Html Css Color HEX #5F6FAA Chetwode Blue

📋 copy color: '#5F6FAA'

red 95 ◦ green 111 ◦ blue 170

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

Shades of Chetwode Blue #5F6FAA

Tints of Chetwode Blue #5F6FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.52%

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

R = 25.27%
G = 29.52%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F6FAA (or 0x5F6FAA) is known color: Chetwode Blue. HEX triplet: 5F, 6F and AA. RGB value is (95,111,170). Sum of RGB (Red+Green+Blue) = 95+111+170=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 170 (66.80% from 255 or 45.21% from 376); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F6FAA is #A09055. Grayscale: #707070. Windows color (decimal): -10522710 or 11169631. OLE color: 11169631.

HSL color Cylindrical-coordinate representation of color #5F6FAA: hue angle of 227.2º 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 #5F6FAA is Cyan = 0.44, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 111 170 -
CMYK 0.44 0.35 0 0.33
HSL 227.2º 0.31% 0.52% -
HSV(B) 227.2º 0.44% 0.67% -
XYZ 17.66 16.7 40.32 -
YUV 112.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 95 111 170 0.44 0.35 0 0.33 227.2 0.31 0.52
Hex 5F 6F AA 2C 23 0 21 E3 1F 34
Octal 137 157 252 54 43 0 41 343 37 64
Binary 1011111 1101111 10101010 101100 100011 0 100001 11100011 11111 110100

Color Harmonies of #5F6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6FAA

Black with #5F6FAA

Text Example


Text Example

White with #5F6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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