Html Css Color HEX #5085CD Havelock Blue

📋 copy color: '#5085CD'

red 80 ◦ green 133 ◦ blue 205

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

Shades of Havelock Blue #5085CD

Tints of Havelock Blue #5085CD

RGB

 RED value IS 80 (31.64% from 255) = 19.14%

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

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

R = 19.14%
G = 31.82%
B = 49.04%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5085CD (or 0x5085CD) is known color: Havelock Blue. HEX triplet: 50, 85 and CD. RGB value is (80,133,205). Sum of RGB (Red+Green+Blue) = 80+133+205=418 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.14% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #5085CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085CD is #AF7A32. Grayscale: #7D7D7D. Windows color (decimal): -11500083 or 13469008. OLE color: 13469008.

HSL color Cylindrical-coordinate representation of color #5085CD: hue angle of 214.56º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5085CD is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 80 133 205 -
CMYK 0.61 0.35 0 0.20
HSL 214.56º 0.56% 0.56% -
HSV(B) 214.56º 0.61% 0.8% -
XYZ 22.72 22.89 60.98 -
YUV 125.36 172.94 95.65 -
System Red Green Blue C M Y K H S L
Decimal 80 133 205 0.61 0.35 0 0.20 214.56 0.56 0.56
Hex 50 85 CD 3D 23 0 14 D7 38 38
Octal 120 205 315 75 43 0 24 327 70 70
Binary 1010000 10000101 11001101 111101 100011 0 10100 11010111 111000 111000

Color Harmonies of #5085CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085CD

Black with #5085CD

Text Example


Text Example

White with #5085CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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