#5A6FCA

Color #5A6FCA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5A6FCA

Tints of Chetwode Blue #5A6FCA

Color information

#5A6FCA (or 0x5A6FCA) is unknown color: approx Chetwode Blue. HEX triplet: 5A, 6F and CA. RGB value is (90,111,202). Sum of RGB (Red+Green+Blue) = 90+111+202=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 111 (43.75% from 255 or 27.54% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #5A6FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FCA is #A59035. Grayscale: #727272. Windows color (decimal): -10850358 or 13266778. OLE color: 13266778.

HSL color Cylindrical-coordinate representation of color #5A6FCA: hue angle of 228.75º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5A6FCA is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB90111202-
CMYK0.550.4500.21
HSL228.75º51.38%57.25%-
HSV(B)228.75º55.45%79.22%-
XYZ20.5617.8158.23-
YUV115.1177.04110.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 22.33%
GREEN value IS 111 (43.75% from 255) = 27.54%
BLUE value IS 202 (79.30% from 255) = 50.12%
R=22.33%
G=27.54%
B=50.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal901112020.550.4500.21228.7551.3857.25
Hex5A6FCA372D015e53339
Octal13215731267550253456371
Binary101101011011111100101011011110110101010111100101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A6FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A6FCA; }

 p { color: rgb(90,111,202); }

 H1.HeaderClassName
 {
   color: #5A6FCA;
 }
 .AnyTagClassName
 {
   color: #5A6FCA;
 }
</style>
background-color css

<style>
 a { background-color: #5A6FCA; }

 a { background-color: rgb(90,111,202); }

 div.DivClassName
 {
   background-color: #5A6FCA;
 }
 .BgClassName
 {
   background-color: #5A6FCA;
 }
</style>
border-color css

<style>
 span { border-color: #5A6FCA; }

 span { border-color: rgb(90,111,202); }

 td.TdClassName
 {
   border-color: #5A6FCA;
 }
 .TagClassName
 {
   border-color: #5A6FCA;
 }
</style>