Html Css Color HEX #5F7CCD Havelock Blue

📋 copy color: '#5F7CCD'

red 95 ◦ green 124 ◦ blue 205

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

Shades of Havelock Blue #5F7CCD

Tints of Havelock Blue #5F7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.25%

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

R = 22.41%
G = 29.25%
B = 48.35%

CMYK

 C value IS 0.54

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5F7CCD (or 0x5F7CCD) is known color: Havelock Blue. HEX triplet: 5F, 7C and CD. RGB value is (95,124,205). Sum of RGB (Red+Green+Blue) = 95+124+205=424 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.41% from 424); Green value is 124 (48.83% from 255 or 29.25% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7CCD is #A08332. Grayscale: #7C7C7C. Windows color (decimal): -10519347 or 13466719. OLE color: 13466719.

HSL color Cylindrical-coordinate representation of color #5F7CCD: hue angle of 224.18º 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 #5F7CCD is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 95 124 205 -
CMYK 0.54 0.40 0 0.20
HSL 224.18º 0.52% 0.59% -
HSV(B) 224.18º 0.54% 0.8% -
XYZ 22.95 21.26 60.65 -
YUV 124.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 95 124 205 0.54 0.40 0 0.20 224.18 0.52 0.59
Hex 5F 7C CD 36 28 0 14 E0 34 3B
Octal 137 174 315 66 50 0 24 340 64 73
Binary 1011111 1111100 11001101 110110 101000 0 10100 11100000 110100 111011

Color Harmonies of #5F7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7CCD

Black with #5F7CCD

Text Example


Text Example

White with #5F7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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