Html Css Color HEX #5A6AAE Chetwode Blue

📋 copy color: '#5A6AAE'

red 90 ◦ green 106 ◦ blue 174

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

Shades of Chetwode Blue #5A6AAE

Tints of Chetwode Blue #5A6AAE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.65%

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

R = 24.32%
G = 28.65%
B = 47.03%

CMYK

 C value IS 0.48

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A6AAE (or 0x5A6AAE) is known color: Chetwode Blue. HEX triplet: 5A, 6A and AE. RGB value is (90,106,174). Sum of RGB (Red+Green+Blue) = 90+106+174=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A6AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6AAE is #A59551. Grayscale: #6C6C6C. Windows color (decimal): -10851666 or 11430490. OLE color: 11430490.

HSL color Cylindrical-coordinate representation of color #5A6AAE: hue angle of 228.57º 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 #5A6AAE is Cyan = 0.48, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 106 174 -
CMYK 0.48 0.39 0 0.32
HSL 228.57º 0.34% 0.52% -
HSV(B) 228.57º 0.48% 0.68% -
XYZ 17.01 15.54 42.15 -
YUV 108.97 164.7 114.47 -
System Red Green Blue C M Y K H S L
Decimal 90 106 174 0.48 0.39 0 0.32 228.57 0.34 0.52
Hex 5A 6A AE 30 27 0 20 E5 22 34
Octal 132 152 256 60 47 0 40 345 42 64
Binary 1011010 1101010 10101110 110000 100111 0 100000 11100101 100010 110100

Color Harmonies of #5A6AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6AAE

Black with #5A6AAE

Text Example


Text Example

White with #5A6AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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