Html Css Color HEX #5385B7 Havelock Blue

📋 copy color: '#5385B7'

red 83 ◦ green 133 ◦ blue 183

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

Shades of Havelock Blue #5385B7

Tints of Havelock Blue #5385B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.86%

R = 20.8%
G = 33.33%
B = 45.86%

CMYK

 C value IS 0.55

 M value IS 0.27

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5385B7 (or 0x5385B7) is known color: Havelock Blue. HEX triplet: 53, 85 and B7. RGB value is (83,133,183). Sum of RGB (Red+Green+Blue) = 83+133+183=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 133 (52.34% from 255 or 33.33% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 183 - color contains mainly: blue. Hex color #5385B7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5385B7 is #AC7A48. Grayscale: #7B7B7B. Windows color (decimal): -11303497 or 12027219. OLE color: 12027219.

HSL color Cylindrical-coordinate representation of color #5385B7: hue angle of 210º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5385B7 is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 133 183 -
CMYK 0.55 0.27 0 0.28
HSL 210º 0.41% 0.52% -
HSV(B) 210º 0.55% 0.72% -
XYZ 20.5 22.03 47.97 -
YUV 123.75 161.44 98.93 -
System Red Green Blue C M Y K H S L
Decimal 83 133 183 0.55 0.27 0 0.28 210 0.41 0.52
Hex 53 85 B7 37 1B 0 1C D2 29 34
Octal 123 205 267 67 33 0 34 322 51 64
Binary 1010011 10000101 10110111 110111 11011 0 11100 11010010 101001 110100

Color Harmonies of #5385B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5385B7

Black with #5385B7

Text Example


Text Example

White with #5385B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5385B7; }

 p { color: rgb(83,133,183); }

 H1.HeaderClassName
 {
   color: #5385B7;
 }
 .AnyTagClassName
 {
   color: #5385B7;
 }
</style>

background-color css

<style>
 a { background-color: #5385B7; }

 a { background-color: rgb(83,133,183); }

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

border-color css

<style>
 span { border-color: #5385B7; }

 span { border-color: rgb(83,133,183); }

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