Html Css Color HEX #5273CD Havelock Blue

📋 copy color: '#5273CD'

red 82 ◦ green 115 ◦ blue 205

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

Shades of Havelock Blue #5273CD

Tints of Havelock Blue #5273CD

RGB

 RED value IS 82 (32.42% from 255) = 20.4%

 GREEN value IS 115 (45.31% from 255) = 28.61%

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

R = 20.4%
G = 28.61%
B = 51%

CMYK

 C value IS 0.6

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5273CD (or 0x5273CD) is known color: Havelock Blue. HEX triplet: 52, 73 and CD. RGB value is (82,115,205). Sum of RGB (Red+Green+Blue) = 82+115+205=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #5273CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5273CD is #AD8C32. Grayscale: #727272. Windows color (decimal): -11373619 or 13464402. OLE color: 13464402.

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

Color convert

RGB 82 115 205 -
CMYK 0.6 0.44 0 0.20
HSL 223.9º 0.55% 0.56% -
HSV(B) 223.9º 0.6% 0.8% -
XYZ 20.63 18.46 60.23 -
YUV 115.39 178.57 104.18 -
System Red Green Blue C M Y K H S L
Decimal 82 115 205 0.6 0.44 0 0.20 223.9 0.55 0.56
Hex 52 73 CD 3C 2C 0 14 E0 37 38
Octal 122 163 315 74 54 0 24 340 67 70
Binary 1010010 1110011 11001101 111100 101100 0 10100 11100000 110111 111000

Color Harmonies of #5273CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5273CD

Black with #5273CD

Text Example


Text Example

White with #5273CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,115,205); }

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

background-color css

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

 a { background-color: rgb(82,115,205); }

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

border-color css

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

 span { border-color: rgb(82,115,205); }

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