Html Css Color HEX #5F7ACE Havelock Blue

📋 copy color: '#5F7ACE'

red 95 ◦ green 122 ◦ blue 206

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

Shades of Havelock Blue #5F7ACE

Tints of Havelock Blue #5F7ACE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 206 (80.86% from 255) = 48.7%

R = 22.46%
G = 28.84%
B = 48.7%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5F7ACE (or 0x5F7ACE) is known color: Havelock Blue. HEX triplet: 5F, 7A and CE. RGB value is (95,122,206). Sum of RGB (Red+Green+Blue) = 95+122+206=423 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.46% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 206 (80.86% from 255 or 48.70% from 423); Max value from RGB is 206 - color contains mainly: blue. Hex color #5F7ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F7ACE is #A08531. Grayscale: #7B7B7B. Windows color (decimal): -10519858 or 13531743. OLE color: 13531743.

HSL color Cylindrical-coordinate representation of color #5F7ACE: hue angle of 225.41º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F7ACE is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 95 122 206 -
CMYK 0.54 0.41 0 0.19
HSL 225.41º 0.53% 0.59% -
HSV(B) 225.41º 0.54% 0.81% -
XYZ 22.82 20.81 61.21 -
YUV 123.5 174.55 107.67 -
System Red Green Blue C M Y K H S L
Decimal 95 122 206 0.54 0.41 0 0.19 225.41 0.53 0.59
Hex 5F 7A CE 36 29 0 13 E1 35 3B
Octal 137 172 316 66 51 0 23 341 65 73
Binary 1011111 1111010 11001110 110110 101001 0 10011 11100001 110101 111011

Color Harmonies of #5F7ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F7ACE

Black with #5F7ACE

Text Example


Text Example

White with #5F7ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,122,206); }

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

background-color css

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

 a { background-color: rgb(95,122,206); }

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

border-color css

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

 span { border-color: rgb(95,122,206); }

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