Html Css Color HEX #5F72CE Chetwode Blue

📋 copy color: '#5F72CE'

red 95 ◦ green 114 ◦ blue 206

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

Shades of Chetwode Blue #5F72CE

Tints of Chetwode Blue #5F72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.47%

 BLUE value IS 206 (80.86% from 255) = 49.64%

R = 22.89%
G = 27.47%
B = 49.64%

CMYK

 C value IS 0.54

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F72CE (or 0x5F72CE) is known color: Chetwode Blue. HEX triplet: 5F, 72 and CE. RGB value is (95,114,206). Sum of RGB (Red+Green+Blue) = 95+114+206=415 (54% of max value = 765). Red value is 95 (37.5% from 255 or 22.89% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F72CE is #A08D31. Grayscale: #767676. Windows color (decimal): -10521906 or 13529695. OLE color: 13529695.

HSL color Cylindrical-coordinate representation of color #5F72CE: hue angle of 229.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F72CE is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 114 206 -
CMYK 0.54 0.45 0 0.19
HSL 229.73º 0.53% 0.59% -
HSV(B) 229.73º 0.54% 0.81% -
XYZ 21.88 18.92 60.89 -
YUV 118.81 177.21 111.02 -
System Red Green Blue C M Y K H S L
Decimal 95 114 206 0.54 0.45 0 0.19 229.73 0.53 0.59
Hex 5F 72 CE 36 2D 0 13 E6 35 3B
Octal 137 162 316 66 55 0 23 346 65 73
Binary 1011111 1110010 11001110 110110 101101 0 10011 11100110 110101 111011

Color Harmonies of #5F72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F72CE

Black with #5F72CE

Text Example


Text Example

White with #5F72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,114,206); }

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

background-color css

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

 a { background-color: rgb(95,114,206); }

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

border-color css

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

 span { border-color: rgb(95,114,206); }

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