Html Css Color HEX #5F7CB3 Havelock Blue

📋 copy color: '#5F7CB3'

red 95 ◦ green 124 ◦ blue 179

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

Shades of Havelock Blue #5F7CB3

Tints of Havelock Blue #5F7CB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.97%

R = 23.87%
G = 31.16%
B = 44.97%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#5F7CB3 (or 0x5F7CB3) is known color: Havelock Blue. HEX triplet: 5F, 7C and B3. RGB value is (95,124,179). Sum of RGB (Red+Green+Blue) = 95+124+179=398 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.87% from 398); Green value is 124 (48.83% from 255 or 31.16% from 398); Blue value is 179 (70.31% from 255 or 44.97% from 398); Max value from RGB is 179 - color contains mainly: blue. Hex color #5F7CB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7CB3 is #A0834C. Grayscale: #797979. Windows color (decimal): -10519373 or 11762783. OLE color: 11762783.

HSL color Cylindrical-coordinate representation of color #5F7CB3: hue angle of 219.29º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F7CB3 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 95 124 179 -
CMYK 0.47 0.31 0 0.30
HSL 219.29º 0.36% 0.54% -
HSV(B) 219.29º 0.47% 0.7% -
XYZ 20.06 20.1 45.47 -
YUV 121.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 95 124 179 0.47 0.31 0 0.30 219.29 0.36 0.54
Hex 5F 7C B3 2F 1F 0 1E DB 24 36
Octal 137 174 263 57 37 0 36 333 44 66
Binary 1011111 1111100 10110011 101111 11111 0 11110 11011011 100100 110110

Color Harmonies of #5F7CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7CB3

Black with #5F7CB3

Text Example


Text Example

White with #5F7CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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