Html Css Color HEX #5A6ECE Chetwode Blue

📋 copy color: '#5A6ECE'

red 90 ◦ green 110 ◦ blue 206

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

Shades of Chetwode Blue #5A6ECE

Tints of Chetwode Blue #5A6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 22.17%
G = 27.09%
B = 50.74%

CMYK

 C value IS 0.56

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5A6ECE (or 0x5A6ECE) is known color: Chetwode Blue. HEX triplet: 5A, 6E and CE. RGB value is (90,110,206). Sum of RGB (Red+Green+Blue) = 90+110+206=406 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.17% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5A6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6ECE is #A59131. Grayscale: #727272. Windows color (decimal): -10850610 or 13528666. OLE color: 13528666.

HSL color Cylindrical-coordinate representation of color #5A6ECE: hue angle of 229.66º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5A6ECE is Cyan = 0.56, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 110 206 -
CMYK 0.56 0.47 0 0.19
HSL 229.66º 0.54% 0.58% -
HSV(B) 229.66º 0.56% 0.81% -
XYZ 20.93 17.78 60.72 -
YUV 114.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 90 110 206 0.56 0.47 0 0.19 229.66 0.54 0.58
Hex 5A 6E CE 38 2F 0 13 E6 36 3A
Octal 132 156 316 70 57 0 23 346 66 72
Binary 1011010 1101110 11001110 111000 101111 0 10011 11100110 110110 111010

Color Harmonies of #5A6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6ECE

Black with #5A6ECE

Text Example


Text Example

White with #5A6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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