Html Css Color HEX #5285CC Havelock Blue

📋 copy color: '#5285CC'

red 82 ◦ green 133 ◦ blue 204

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

Shades of Havelock Blue #5285CC

Tints of Havelock Blue #5285CC

RGB

 RED value IS 82 (32.42% from 255) = 19.57%

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

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

R = 19.57%
G = 31.74%
B = 48.69%

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

#5285CC (or 0x5285CC) is known color: Havelock Blue. HEX triplet: 52, 85 and CC. RGB value is (82,133,204). Sum of RGB (Red+Green+Blue) = 82+133+204=419 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.57% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #5285CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5285CC is #AD7A33. Grayscale: #7D7D7D. Windows color (decimal): -11369012 or 13403474. OLE color: 13403474.

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

Color convert

RGB 82 133 204 -
CMYK 0.60 0.35 0 0.2
HSL 214.92º 0.54% 0.56% -
HSV(B) 214.92º 0.6% 0.8% -
XYZ 22.77 22.93 60.35 -
YUV 125.85 172.1 96.73 -
System Red Green Blue C M Y K H S L
Decimal 82 133 204 0.60 0.35 0 0.2 214.92 0.54 0.56
Hex 52 85 CC 3C 23 0 14 D7 36 38
Octal 122 205 314 74 43 0 24 327 66 70
Binary 1010010 10000101 11001100 111100 100011 0 10100 11010111 110110 111000

Color Harmonies of #5285CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5285CC

Black with #5285CC

Text Example


Text Example

White with #5285CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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