Html Css Color HEX #5389CB Havelock Blue

📋 copy color: '#5389CB'

red 83 ◦ green 137 ◦ blue 203

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

Shades of Havelock Blue #5389CB

Tints of Havelock Blue #5389CB

RGB

 RED value IS 83 (32.81% from 255) = 19.62%

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

 BLUE value IS 203 (79.69% from 255) = 47.99%

R = 19.62%
G = 32.39%
B = 47.99%

CMYK

 C value IS 0.59

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5389CB (or 0x5389CB) is known color: Havelock Blue. HEX triplet: 53, 89 and CB. RGB value is (83,137,203). Sum of RGB (Red+Green+Blue) = 83+137+203=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #5389CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5389CB is #AC7634. Grayscale: #808080. Windows color (decimal): -11302453 or 13338963. OLE color: 13338963.

HSL color Cylindrical-coordinate representation of color #5389CB: hue angle of 213º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5389CB is Cyan = 0.59, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 137 203 -
CMYK 0.59 0.33 0 0.20
HSL 213º 0.54% 0.56% -
HSV(B) 213º 0.59% 0.8% -
XYZ 23.29 24.04 59.91 -
YUV 128.38 170.11 95.63 -
System Red Green Blue C M Y K H S L
Decimal 83 137 203 0.59 0.33 0 0.20 213 0.54 0.56
Hex 53 89 CB 3B 21 0 14 D5 36 38
Octal 123 211 313 73 41 0 24 325 66 70
Binary 1010011 10001001 11001011 111011 100001 0 10100 11010101 110110 111000

Color Harmonies of #5389CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5389CB

Black with #5389CB

Text Example


Text Example

White with #5389CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5389CB; }

 p { color: rgb(83,137,203); }

 H1.HeaderClassName
 {
   color: #5389CB;
 }
 .AnyTagClassName
 {
   color: #5389CB;
 }
</style>

background-color css

<style>
 a { background-color: #5389CB; }

 a { background-color: rgb(83,137,203); }

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

border-color css

<style>
 span { border-color: #5389CB; }

 span { border-color: rgb(83,137,203); }

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