Html Css Color HEX #5185CD Havelock Blue

📋 copy color: '#5185CD'

red 81 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #5185CD

Tints of Havelock Blue #5185CD

RGB

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

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

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

R = 19.33%
G = 31.74%
B = 48.93%

CMYK

 C value IS 0.60

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5185CD (or 0x5185CD) is known color: Havelock Blue. HEX triplet: 51, 85 and CD. RGB value is (81,133,205). Sum of RGB (Red+Green+Blue) = 81+133+205=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #5185CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5185CD is #AE7A32. Grayscale: #7D7D7D. Windows color (decimal): -11434547 or 13469009. OLE color: 13469009.

HSL color Cylindrical-coordinate representation of color #5185CD: hue angle of 214.84º 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 #5185CD is Cyan = 0.60, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 133 205 -
CMYK 0.60 0.35 0 0.20
HSL 214.84º 0.55% 0.56% -
HSV(B) 214.84º 0.6% 0.8% -
XYZ 22.8 22.93 60.98 -
YUV 125.66 172.77 96.15 -
System Red Green Blue C M Y K H S L
Decimal 81 133 205 0.60 0.35 0 0.20 214.84 0.55 0.56
Hex 51 85 CD 3C 23 0 14 D7 37 38
Octal 121 205 315 74 43 0 24 327 67 70
Binary 1010001 10000101 11001101 111100 100011 0 10100 11010111 110111 111000

Color Harmonies of #5185CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5185CD

Black with #5185CD

Text Example


Text Example

White with #5185CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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