Html Css Color HEX #5183CC Havelock Blue

📋 copy color: '#5183CC'

red 81 ◦ green 131 ◦ blue 204

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

Shades of Havelock Blue #5183CC

Tints of Havelock Blue #5183CC

RGB

 RED value IS 81 (32.03% from 255) = 19.47%

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 19.47%
G = 31.49%
B = 49.04%

CMYK

 C value IS 0.60

 M value IS 0.36

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5183CC (or 0x5183CC) is known color: Havelock Blue. HEX triplet: 51, 83 and CC. RGB value is (81,131,204). Sum of RGB (Red+Green+Blue) = 81+131+204=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #5183CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5183CC is #AE7C33. Grayscale: #7C7C7C. Windows color (decimal): -11435060 or 13402961. OLE color: 13402961.

HSL color Cylindrical-coordinate representation of color #5183CC: hue angle of 215.61º 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 #5183CC is Cyan = 0.60, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 81 131 204 -
CMYK 0.60 0.36 0 0.2
HSL 215.61º 0.55% 0.56% -
HSV(B) 215.61º 0.6% 0.8% -
XYZ 22.41 22.34 60.26 -
YUV 124.37 172.94 97.06 -
System Red Green Blue C M Y K H S L
Decimal 81 131 204 0.60 0.36 0 0.2 215.61 0.55 0.56
Hex 51 83 CC 3C 24 0 14 D8 37 38
Octal 121 203 314 74 44 0 24 330 67 70
Binary 1010001 10000011 11001100 111100 100100 0 10100 11011000 110111 111000

Color Harmonies of #5183CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5183CC

Black with #5183CC

Text Example


Text Example

White with #5183CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5183CC; }

 p { color: rgb(81,131,204); }

 H1.HeaderClassName
 {
   color: #5183CC;
 }
 .AnyTagClassName
 {
   color: #5183CC;
 }
</style>

background-color css

<style>
 a { background-color: #5183CC; }

 a { background-color: rgb(81,131,204); }

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

border-color css

<style>
 span { border-color: #5183CC; }

 span { border-color: rgb(81,131,204); }

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