Html Css Color HEX #5289CE Havelock Blue

📋 copy color: '#5289CE'

red 82 ◦ green 137 ◦ blue 206

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

Shades of Havelock Blue #5289CE

Tints of Havelock Blue #5289CE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 32.24%

 BLUE value IS 206 (80.86% from 255) = 48.47%

R = 19.29%
G = 32.24%
B = 48.47%

CMYK

 C value IS 0.60

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5289CE (or 0x5289CE) is known color: Havelock Blue. HEX triplet: 52, 89 and CE. RGB value is (82,137,206). Sum of RGB (Red+Green+Blue) = 82+137+206=425 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.29% from 425); Green value is 137 (53.91% from 255 or 32.24% from 425); Blue value is 206 (80.86% from 255 or 48.47% from 425); Max value from RGB is 206 - color contains mainly: blue. Hex color #5289CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289CE is #AD7631. Grayscale: #808080. Windows color (decimal): -11367986 or 13535570. OLE color: 13535570.

HSL color Cylindrical-coordinate representation of color #5289CE: hue angle of 213.39º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5289CE is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 137 206 -
CMYK 0.60 0.33 0 0.19
HSL 213.39º 0.56% 0.56% -
HSV(B) 213.39º 0.6% 0.81% -
XYZ 23.57 24.14 61.81 -
YUV 128.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 82 137 206 0.60 0.33 0 0.19 213.39 0.56 0.56
Hex 52 89 CE 3C 21 0 13 D5 38 38
Octal 122 211 316 74 41 0 23 325 70 70
Binary 1010010 10001001 11001110 111100 100001 0 10011 11010101 111000 111000

Color Harmonies of #5289CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289CE

Black with #5289CE

Text Example


Text Example

White with #5289CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5289CE; }

 p { color: rgb(82,137,206); }

 H1.HeaderClassName
 {
   color: #5289CE;
 }
 .AnyTagClassName
 {
   color: #5289CE;
 }
</style>

background-color css

<style>
 a { background-color: #5289CE; }

 a { background-color: rgb(82,137,206); }

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

border-color css

<style>
 span { border-color: #5289CE; }

 span { border-color: rgb(82,137,206); }

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