Html Css Color HEX #5A6EAC Chetwode Blue

📋 copy color: '#5A6EAC'

red 90 ◦ green 110 ◦ blue 172

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

Shades of Chetwode Blue #5A6EAC

Tints of Chetwode Blue #5A6EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 46.24%

R = 24.19%
G = 29.57%
B = 46.24%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5A6EAC (or 0x5A6EAC) is known color: Chetwode Blue. HEX triplet: 5A, 6E and AC. RGB value is (90,110,172). Sum of RGB (Red+Green+Blue) = 90+110+172=372 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.19% from 372); Green value is 110 (43.36% from 255 or 29.57% from 372); Blue value is 172 (67.58% from 255 or 46.24% from 372); Max value from RGB is 172 - color contains mainly: blue. Hex color #5A6EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6EAC is #A59153. Grayscale: #6E6E6E. Windows color (decimal): -10850644 or 11300442. OLE color: 11300442.

HSL color Cylindrical-coordinate representation of color #5A6EAC: hue angle of 225.37º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5A6EAC is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 90 110 172 -
CMYK 0.48 0.36 0 0.33
HSL 225.37º 0.33% 0.51% -
HSV(B) 225.37º 0.48% 0.67% -
XYZ 17.24 16.3 41.27 -
YUV 111.09 162.37 112.96 -
System Red Green Blue C M Y K H S L
Decimal 90 110 172 0.48 0.36 0 0.33 225.37 0.33 0.51
Hex 5A 6E AC 30 24 0 21 E1 21 33
Octal 132 156 254 60 44 0 41 341 41 63
Binary 1011010 1101110 10101100 110000 100100 0 100001 11100001 100001 110011

Color Harmonies of #5A6EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6EAC

Black with #5A6EAC

Text Example


Text Example

White with #5A6EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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