Html Css Color HEX #5085CC Havelock Blue

📋 copy color: '#5085CC'

red 80 ◦ green 133 ◦ blue 204

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

Shades of Havelock Blue #5085CC

Tints of Havelock Blue #5085CC

RGB

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

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

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

R = 19.18%
G = 31.89%
B = 48.92%

CMYK

 C value IS 0.61

 M value IS 0.35

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5085CC (or 0x5085CC) is known color: Havelock Blue. HEX triplet: 50, 85 and CC. RGB value is (80,133,204). Sum of RGB (Red+Green+Blue) = 80+133+204=417 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.18% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 204 - color contains mainly: blue. Hex color #5085CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5085CC is #AF7A33. Grayscale: #7C7C7C. Windows color (decimal): -11500084 or 13403472. OLE color: 13403472.

HSL color Cylindrical-coordinate representation of color #5085CC: hue angle of 214.35º degrees, saturation: 0.55, 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 #5085CC is Cyan = 0.61, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 80 133 204 -
CMYK 0.61 0.35 0 0.2
HSL 214.35º 0.55% 0.56% -
HSV(B) 214.35º 0.61% 0.8% -
XYZ 22.59 22.84 60.34 -
YUV 125.25 172.44 95.73 -
System Red Green Blue C M Y K H S L
Decimal 80 133 204 0.61 0.35 0 0.2 214.35 0.55 0.56
Hex 50 85 CC 3D 23 0 14 D6 37 38
Octal 120 205 314 75 43 0 24 326 67 70
Binary 1010000 10000101 11001100 111101 100011 0 10100 11010110 110111 111000

Color Harmonies of #5085CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5085CC

Black with #5085CC

Text Example


Text Example

White with #5085CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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