Html Css Color HEX #5A6CAE Chetwode Blue

📋 copy color: '#5A6CAE'

red 90 ◦ green 108 ◦ blue 174

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

Shades of Chetwode Blue #5A6CAE

Tints of Chetwode Blue #5A6CAE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 29.03%

 BLUE value IS 174 (68.36% from 255) = 46.77%

R = 24.19%
G = 29.03%
B = 46.77%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A6CAE (or 0x5A6CAE) is known color: Chetwode Blue. HEX triplet: 5A, 6C and AE. RGB value is (90,108,174). Sum of RGB (Red+Green+Blue) = 90+108+174=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 108 (42.58% from 255 or 29.03% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A6CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6CAE is #A59351. Grayscale: #6D6D6D. Windows color (decimal): -10851154 or 11431002. OLE color: 11431002.

HSL color Cylindrical-coordinate representation of color #5A6CAE: hue angle of 227.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6CAE is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 108 174 -
CMYK 0.48 0.38 0 0.32
HSL 227.14º 0.34% 0.52% -
HSV(B) 227.14º 0.48% 0.68% -
XYZ 17.22 15.95 42.22 -
YUV 110.14 164.04 113.63 -
System Red Green Blue C M Y K H S L
Decimal 90 108 174 0.48 0.38 0 0.32 227.14 0.34 0.52
Hex 5A 6C AE 30 26 0 20 E3 22 34
Octal 132 154 256 60 46 0 40 343 42 64
Binary 1011010 1101100 10101110 110000 100110 0 100000 11100011 100010 110100

Color Harmonies of #5A6CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6CAE

Black with #5A6CAE

Text Example


Text Example

White with #5A6CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,108,174); }

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

background-color css

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

 a { background-color: rgb(90,108,174); }

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

border-color css

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

 span { border-color: rgb(90,108,174); }

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