Html Css Color HEX #5383CB Havelock Blue

📋 copy color: '#5383CB'

red 83 ◦ green 131 ◦ blue 203

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

Shades of Havelock Blue #5383CB

Tints of Havelock Blue #5383CB

RGB

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

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

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

R = 19.9%
G = 31.41%
B = 48.68%

CMYK

 C value IS 0.59

 M value IS 0.35

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5383CB (or 0x5383CB) is known color: Havelock Blue. HEX triplet: 53, 83 and CB. RGB value is (83,131,203). Sum of RGB (Red+Green+Blue) = 83+131+203=417 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.90% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #5383CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5383CB is #AC7C34. Grayscale: #7C7C7C. Windows color (decimal): -11303989 or 13337427. OLE color: 13337427.

HSL color Cylindrical-coordinate representation of color #5383CB: hue angle of 216º 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 #5383CB is Cyan = 0.59, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 131 203 -
CMYK 0.59 0.35 0 0.20
HSL 216º 0.54% 0.56% -
HSV(B) 216º 0.59% 0.8% -
XYZ 22.46 22.38 59.64 -
YUV 124.86 172.1 98.15 -
System Red Green Blue C M Y K H S L
Decimal 83 131 203 0.59 0.35 0 0.20 216 0.54 0.56
Hex 53 83 CB 3B 23 0 14 D8 36 38
Octal 123 203 313 73 43 0 24 330 66 70
Binary 1010011 10000011 11001011 111011 100011 0 10100 11011000 110110 111000

Color Harmonies of #5383CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5383CB

Black with #5383CB

Text Example


Text Example

White with #5383CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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