Html Css Color HEX #5F70AA Chetwode Blue

📋 copy color: '#5F70AA'

red 95 ◦ green 112 ◦ blue 170

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

Shades of Chetwode Blue #5F70AA

Tints of Chetwode Blue #5F70AA

RGB

 RED value IS 95 (37.5% from 255) = 25.2%

 GREEN value IS 112 (44.14% from 255) = 29.71%

 BLUE value IS 170 (66.8% from 255) = 45.09%

R = 25.2%
G = 29.71%
B = 45.09%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F70AA (or 0x5F70AA) is known color: Chetwode Blue. HEX triplet: 5F, 70 and AA. RGB value is (95,112,170). Sum of RGB (Red+Green+Blue) = 95+112+170=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 112 (44.14% from 255 or 29.71% from 377); Blue value is 170 (66.80% from 255 or 45.09% from 377); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F70AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F70AA is #A08F55. Grayscale: #717171. Windows color (decimal): -10522454 or 11169887. OLE color: 11169887.

HSL color Cylindrical-coordinate representation of color #5F70AA: hue angle of 226.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5F70AA is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 112 170 -
CMYK 0.44 0.34 0 0.33
HSL 226.4º 0.31% 0.52% -
HSV(B) 226.4º 0.44% 0.67% -
XYZ 17.77 16.92 40.36 -
YUV 113.53 159.87 114.78 -
System Red Green Blue C M Y K H S L
Decimal 95 112 170 0.44 0.34 0 0.33 226.4 0.31 0.52
Hex 5F 70 AA 2C 22 0 21 E2 1F 34
Octal 137 160 252 54 42 0 41 342 37 64
Binary 1011111 1110000 10101010 101100 100010 0 100001 11100010 11111 110100

Color Harmonies of #5F70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F70AA

Black with #5F70AA

Text Example


Text Example

White with #5F70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,112,170); }

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

background-color css

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

 a { background-color: rgb(95,112,170); }

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

border-color css

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

 span { border-color: rgb(95,112,170); }

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