Html Css Color HEX #5182CD Havelock Blue

📋 copy color: '#5182CD'

red 81 ◦ green 130 ◦ blue 205

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

Shades of Havelock Blue #5182CD

Tints of Havelock Blue #5182CD

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.25%

 BLUE value IS 205 (80.47% from 255) = 49.28%

R = 19.47%
G = 31.25%
B = 49.28%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5182CD (or 0x5182CD) is known color: Havelock Blue. HEX triplet: 51, 82 and CD. RGB value is (81,130,205). Sum of RGB (Red+Green+Blue) = 81+130+205=416 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.47% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 205 (80.47% from 255 or 49.28% from 416); Max value from RGB is 205 - color contains mainly: blue. Hex color #5182CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5182CD is #AE7D32. Grayscale: #7B7B7B. Windows color (decimal): -11435315 or 13468241. OLE color: 13468241.

HSL color Cylindrical-coordinate representation of color #5182CD: hue angle of 216.29º 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 #5182CD is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 81 130 205 -
CMYK 0.60 0.37 0 0.20
HSL 216.29º 0.55% 0.56% -
HSV(B) 216.29º 0.6% 0.8% -
XYZ 22.4 22.12 60.85 -
YUV 123.9 173.77 97.4 -
System Red Green Blue C M Y K H S L
Decimal 81 130 205 0.60 0.37 0 0.20 216.29 0.55 0.56
Hex 51 82 CD 3C 25 0 14 D8 37 38
Octal 121 202 315 74 45 0 24 330 67 70
Binary 1010001 10000010 11001101 111100 100101 0 10100 11011000 110111 111000

Color Harmonies of #5182CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5182CD

Black with #5182CD

Text Example


Text Example

White with #5182CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5182CD; }

 p { color: rgb(81,130,205); }

 H1.HeaderClassName
 {
   color: #5182CD;
 }
 .AnyTagClassName
 {
   color: #5182CD;
 }
</style>

background-color css

<style>
 a { background-color: #5182CD; }

 a { background-color: rgb(81,130,205); }

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

border-color css

<style>
 span { border-color: #5182CD; }

 span { border-color: rgb(81,130,205); }

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