Html Css Color HEX #5289CD Havelock Blue

📋 copy color: '#5289CD'

red 82 ◦ green 137 ◦ blue 205

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

Shades of Havelock Blue #5289CD

Tints of Havelock Blue #5289CD

RGB

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

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

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

R = 19.34%
G = 32.31%
B = 48.35%

CMYK

 C value IS 0.6

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5289CD (or 0x5289CD) is known color: Havelock Blue. HEX triplet: 52, 89 and CD. RGB value is (82,137,205). Sum of RGB (Red+Green+Blue) = 82+137+205=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5289CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5289CD is #AD7632. Grayscale: #7F7F7F. Windows color (decimal): -11367987 or 13470034. OLE color: 13470034.

HSL color Cylindrical-coordinate representation of color #5289CD: hue angle of 213.17º degrees, saturation: 0.55, 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 #5289CD is Cyan = 0.6, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 137 205 -
CMYK 0.6 0.33 0 0.20
HSL 213.17º 0.55% 0.56% -
HSV(B) 213.17º 0.6% 0.8% -
XYZ 23.44 24.09 61.17 -
YUV 128.31 171.28 94.97 -
System Red Green Blue C M Y K H S L
Decimal 82 137 205 0.6 0.33 0 0.20 213.17 0.55 0.56
Hex 52 89 CD 3C 21 0 14 D5 37 38
Octal 122 211 315 74 41 0 24 325 67 70
Binary 1010010 10001001 11001101 111100 100001 0 10100 11010101 110111 111000

Color Harmonies of #5289CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5289CD

Black with #5289CD

Text Example


Text Example

White with #5289CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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