Html Css Color HEX #5185CC Havelock Blue

📋 copy color: '#5185CC'

red 81 ◦ green 133 ◦ blue 204

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

Shades of Havelock Blue #5185CC

Tints of Havelock Blue #5185CC

RGB

 RED value IS 81 (32.03% from 255) = 19.38%

 GREEN value IS 133 (52.34% from 255) = 31.82%

 BLUE value IS 204 (80.08% from 255) = 48.8%

R = 19.38%
G = 31.82%
B = 48.8%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5185CC (or 0x5185CC) is known color: Havelock Blue. HEX triplet: 51, 85 and CC. RGB value is (81,133,204). Sum of RGB (Red+Green+Blue) = 81+133+204=418 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.38% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 204 (80.08% from 255 or 48.80% from 418); Max value from RGB is 204 - color contains mainly: blue. Hex color #5185CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185CC is #AE7A33. Grayscale: #7D7D7D. Windows color (decimal): -11434548 or 13403473. OLE color: 13403473.

HSL color Cylindrical-coordinate representation of color #5185CC: hue angle of 214.63º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5185CC is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 133 204 -
CMYK 0.60 0.35 0 0.2
HSL 214.63º 0.55% 0.56% -
HSV(B) 214.63º 0.6% 0.8% -
XYZ 22.68 22.88 60.35 -
YUV 125.55 172.27 96.23 -
System Red Green Blue C M Y K H S L
Decimal 81 133 204 0.60 0.35 0 0.2 214.63 0.55 0.56
Hex 51 85 CC 3C 23 0 14 D7 37 38
Octal 121 205 314 74 43 0 24 327 67 70
Binary 1010001 10000101 11001100 111100 100011 0 10100 11010111 110111 111000

Color Harmonies of #5185CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185CC

Black with #5185CC

Text Example


Text Example

White with #5185CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5185CC; }

 p { color: rgb(81,133,204); }

 H1.HeaderClassName
 {
   color: #5185CC;
 }
 .AnyTagClassName
 {
   color: #5185CC;
 }
</style>

background-color css

<style>
 a { background-color: #5185CC; }

 a { background-color: rgb(81,133,204); }

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

border-color css

<style>
 span { border-color: #5185CC; }

 span { border-color: rgb(81,133,204); }

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