Html Css Color HEX #5F6EBF Chetwode Blue

📋 copy color: '#5F6EBF'

red 95 ◦ green 110 ◦ blue 191

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

Shades of Chetwode Blue #5F6EBF

Tints of Chetwode Blue #5F6EBF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.78%

 BLUE value IS 191 (75% from 255) = 48.23%

R = 23.99%
G = 27.78%
B = 48.23%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5F6EBF (or 0x5F6EBF) is known color: Chetwode Blue. HEX triplet: 5F, 6E and BF. RGB value is (95,110,191). Sum of RGB (Red+Green+Blue) = 95+110+191=396 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.99% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 191 (75% from 255 or 48.23% from 396); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F6EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6EBF is #A09140. Grayscale: #727272. Windows color (decimal): -10522945 or 12545631. OLE color: 12545631.

HSL color Cylindrical-coordinate representation of color #5F6EBF: hue angle of 230.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F6EBF is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 95 110 191 -
CMYK 0.50 0.42 0 0.25
HSL 230.63º 0.43% 0.56% -
HSV(B) 230.63º 0.5% 0.75% -
XYZ 19.7 17.35 51.6 -
YUV 114.75 171.03 113.91 -
System Red Green Blue C M Y K H S L
Decimal 95 110 191 0.50 0.42 0 0.25 230.63 0.43 0.56
Hex 5F 6E BF 32 2A 0 19 E7 2B 38
Octal 137 156 277 62 52 0 31 347 53 70
Binary 1011111 1101110 10111111 110010 101010 0 11001 11100111 101011 111000

Color Harmonies of #5F6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6EBF

Black with #5F6EBF

Text Example


Text Example

White with #5F6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,110,191); }

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

background-color css

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

 a { background-color: rgb(95,110,191); }

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

border-color css

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

 span { border-color: rgb(95,110,191); }

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