Html Css Color HEX #5F79AA Chetwode Blue

📋 copy color: '#5F79AA'

red 95 ◦ green 121 ◦ blue 170

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

Shades of Chetwode Blue #5F79AA

Tints of Chetwode Blue #5F79AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.35%

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

R = 24.61%
G = 31.35%
B = 44.04%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F79AA (or 0x5F79AA) is known color: Chetwode Blue. HEX triplet: 5F, 79 and AA. RGB value is (95,121,170). Sum of RGB (Red+Green+Blue) = 95+121+170=386 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.61% from 386); Green value is 121 (47.66% from 255 or 31.35% from 386); Blue value is 170 (66.80% from 255 or 44.04% from 386); Max value from RGB is 170 - color contains mainly: blue. Hex color #5F79AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F79AA is #A08655. Grayscale: #767676. Windows color (decimal): -10520150 or 11172191. OLE color: 11172191.

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

Color convert

RGB 95 121 170 -
CMYK 0.44 0.29 0 0.33
HSL 219.2º 0.31% 0.52% -
HSV(B) 219.2º 0.44% 0.67% -
XYZ 18.81 19.01 40.71 -
YUV 118.81 156.89 111.02 -
System Red Green Blue C M Y K H S L
Decimal 95 121 170 0.44 0.29 0 0.33 219.2 0.31 0.52
Hex 5F 79 AA 2C 1D 0 21 DB 1F 34
Octal 137 171 252 54 35 0 41 333 37 64
Binary 1011111 1111001 10101010 101100 11101 0 100001 11011011 11111 110100

Color Harmonies of #5F79AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F79AA

Black with #5F79AA

Text Example


Text Example

White with #5F79AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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