Html Css Color HEX #5A6ECC Chetwode Blue

📋 copy color: '#5A6ECC'

red 90 ◦ green 110 ◦ blue 204

#5A6ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #5A6ECC

Tints of Chetwode Blue #5A6ECC

RGB

 RED value IS 90 (35.55% from 255) = 22.28%

 GREEN value IS 110 (43.36% from 255) = 27.23%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 22.28%
G = 27.23%
B = 50.5%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5A6ECC (or 0x5A6ECC) is known color: Chetwode Blue. HEX triplet: 5A, 6E and CC. RGB value is (90,110,204). Sum of RGB (Red+Green+Blue) = 90+110+204=404 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.28% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A6ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ECC is #A59133. Grayscale: #727272. Windows color (decimal): -10850612 or 13397594. OLE color: 13397594.

HSL color Cylindrical-coordinate representation of color #5A6ECC: hue angle of 229.47º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6ECC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 90 110 204 -
CMYK 0.56 0.46 0 0.2
HSL 229.47º 0.53% 0.58% -
HSV(B) 229.47º 0.56% 0.8% -
XYZ 20.69 17.69 59.45 -
YUV 114.74 178.37 110.36 -
System Red Green Blue C M Y K H S L
Decimal 90 110 204 0.56 0.46 0 0.2 229.47 0.53 0.58
Hex 5A 6E CC 38 2E 0 14 E5 35 3A
Octal 132 156 314 70 56 0 24 345 65 72
Binary 1011010 1101110 11001100 111000 101110 0 10100 11100101 110101 111010

Color Harmonies of #5A6ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6ECC

Black with #5A6ECC

Text Example


Text Example

White with #5A6ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,110,204); }

 H1.HeaderClassName
 {
   color: #5A6ECC;
 }
 .AnyTagClassName
 {
   color: #5A6ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(90,110,204); }

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

border-color css

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

 span { border-color: rgb(90,110,204); }

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