Html Css Color HEX #5F7BCD Havelock Blue

📋 copy color: '#5F7BCD'

red 95 ◦ green 123 ◦ blue 205

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

Shades of Havelock Blue #5F7BCD

Tints of Havelock Blue #5F7BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 205 (80.47% from 255) = 48.46%

R = 22.46%
G = 29.08%
B = 48.46%

CMYK

 C value IS 0.54

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F7BCD (or 0x5F7BCD) is known color: Havelock Blue. HEX triplet: 5F, 7B and CD. RGB value is (95,123,205). Sum of RGB (Red+Green+Blue) = 95+123+205=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7BCD is #A08432. Grayscale: #7B7B7B. Windows color (decimal): -10519603 or 13466463. OLE color: 13466463.

HSL color Cylindrical-coordinate representation of color #5F7BCD: hue angle of 224.73º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F7BCD is Cyan = 0.54, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 123 205 -
CMYK 0.54 0.4 0 0.20
HSL 224.73º 0.52% 0.59% -
HSV(B) 224.73º 0.54% 0.8% -
XYZ 22.82 21.01 60.61 -
YUV 123.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 95 123 205 0.54 0.4 0 0.20 224.73 0.52 0.59
Hex 5F 7B CD 36 28 0 14 E1 34 3B
Octal 137 173 315 66 50 0 24 341 64 73
Binary 1011111 1111011 11001101 110110 101000 0 10100 11100001 110100 111011

Color Harmonies of #5F7BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7BCD

Black with #5F7BCD

Text Example


Text Example

White with #5F7BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,123,205); }

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

background-color css

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

 a { background-color: rgb(95,123,205); }

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

border-color css

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

 span { border-color: rgb(95,123,205); }

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