Html Css Color HEX #5F7BAC Havelock Blue

📋 copy color: '#5F7BAC'

red 95 ◦ green 123 ◦ blue 172

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

Shades of Havelock Blue #5F7BAC

Tints of Havelock Blue #5F7BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.1%

R = 24.36%
G = 31.54%
B = 44.1%

CMYK

 C value IS 0.45

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5F7BAC (or 0x5F7BAC) is known color: Havelock Blue. HEX triplet: 5F, 7B and AC. RGB value is (95,123,172). Sum of RGB (Red+Green+Blue) = 95+123+172=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 172 (67.58% from 255 or 44.10% from 390); Max value from RGB is 172 - color contains mainly: blue. Hex color #5F7BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F7BAC is #A08453. Grayscale: #777777. Windows color (decimal): -10519636 or 11303775. OLE color: 11303775.

HSL color Cylindrical-coordinate representation of color #5F7BAC: hue angle of 218.18º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F7BAC is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 95 123 172 -
CMYK 0.45 0.28 0 0.33
HSL 218.18º 0.32% 0.52% -
HSV(B) 218.18º 0.45% 0.67% -
XYZ 19.25 19.58 41.79 -
YUV 120.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 95 123 172 0.45 0.28 0 0.33 218.18 0.32 0.52
Hex 5F 7B AC 2D 1C 0 21 DA 20 34
Octal 137 173 254 55 34 0 41 332 40 64
Binary 1011111 1111011 10101100 101101 11100 0 100001 11011010 100000 110100

Color Harmonies of #5F7BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7BAC

Black with #5F7BAC

Text Example


Text Example

White with #5F7BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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