Html Css Color HEX #5383B6 Havelock Blue

📋 copy color: '#5383B6'

red 83 ◦ green 131 ◦ blue 182

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

Shades of Havelock Blue #5383B6

Tints of Havelock Blue #5383B6

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 182 (71.48% from 255) = 45.96%

R = 20.96%
G = 33.08%
B = 45.96%

CMYK

 C value IS 0.54

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5383B6 (or 0x5383B6) is known color: Havelock Blue. HEX triplet: 53, 83 and B6. RGB value is (83,131,182). Sum of RGB (Red+Green+Blue) = 83+131+182=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 182 (71.48% from 255 or 45.96% from 396); Max value from RGB is 182 - color contains mainly: blue. Hex color #5383B6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383B6 is #AC7C49. Grayscale: #7A7A7A. Windows color (decimal): -11304010 or 11961171. OLE color: 11961171.

HSL color Cylindrical-coordinate representation of color #5383B6: hue angle of 210.91º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5383B6 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 131 182 -
CMYK 0.54 0.28 0 0.29
HSL 210.91º 0.4% 0.52% -
HSV(B) 210.91º 0.54% 0.71% -
XYZ 20.13 21.45 47.34 -
YUV 122.46 161.6 99.85 -
System Red Green Blue C M Y K H S L
Decimal 83 131 182 0.54 0.28 0 0.29 210.91 0.4 0.52
Hex 53 83 B6 36 1C 0 1D D3 28 34
Octal 123 203 266 66 34 0 35 323 50 64
Binary 1010011 10000011 10110110 110110 11100 0 11101 11010011 101000 110100

Color Harmonies of #5383B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383B6

Black with #5383B6

Text Example


Text Example

White with #5383B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5383B6; }

 p { color: rgb(83,131,182); }

 H1.HeaderClassName
 {
   color: #5383B6;
 }
 .AnyTagClassName
 {
   color: #5383B6;
 }
</style>

background-color css

<style>
 a { background-color: #5383B6; }

 a { background-color: rgb(83,131,182); }

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

border-color css

<style>
 span { border-color: #5383B6; }

 span { border-color: rgb(83,131,182); }

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