Html Css Color HEX #5289CF Havelock Blue

📋 copy color: '#5289CF'

red 82 ◦ green 137 ◦ blue 207

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

Shades of Havelock Blue #5289CF

Tints of Havelock Blue #5289CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 19.25%
G = 32.16%
B = 48.59%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5289CF (or 0x5289CF) is known color: Havelock Blue. HEX triplet: 52, 89 and CF. RGB value is (82,137,207). Sum of RGB (Red+Green+Blue) = 82+137+207=426 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.25% from 426); Green value is 137 (53.91% from 255 or 32.16% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #5289CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289CF is #AD7630. Grayscale: #808080. Windows color (decimal): -11367985 or 13601106. OLE color: 13601106.

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

Color convert

RGB 82 137 207 -
CMYK 0.60 0.34 0 0.19
HSL 213.6º 0.57% 0.57% -
HSV(B) 213.6º 0.6% 0.81% -
XYZ 23.69 24.19 62.45 -
YUV 128.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 82 137 207 0.60 0.34 0 0.19 213.6 0.57 0.57
Hex 52 89 CF 3C 22 0 13 D6 39 39
Octal 122 211 317 74 42 0 23 326 71 71
Binary 1010010 10001001 11001111 111100 100010 0 10011 11010110 111001 111001

Color Harmonies of #5289CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289CF

Black with #5289CF

Text Example


Text Example

White with #5289CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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