Html Css Color HEX #5277CD Havelock Blue

📋 copy color: '#5277CD'

red 82 ◦ green 119 ◦ blue 205

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

Shades of Havelock Blue #5277CD

Tints of Havelock Blue #5277CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.31%

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

R = 20.2%
G = 29.31%
B = 50.49%

CMYK

 C value IS 0.6

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5277CD (or 0x5277CD) is known color: Havelock Blue. HEX triplet: 52, 77 and CD. RGB value is (82,119,205). Sum of RGB (Red+Green+Blue) = 82+119+205=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 205 (80.47% from 255 or 50.49% from 406); Max value from RGB is 205 - color contains mainly: blue. Hex color #5277CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5277CD is #AD8832. Grayscale: #757575. Windows color (decimal): -11372595 or 13465426. OLE color: 13465426.

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

Color convert

RGB 82 119 205 -
CMYK 0.6 0.42 0 0.20
HSL 221.95º 0.55% 0.56% -
HSV(B) 221.95º 0.6% 0.8% -
XYZ 21.1 19.4 60.39 -
YUV 117.74 177.24 102.51 -
System Red Green Blue C M Y K H S L
Decimal 82 119 205 0.6 0.42 0 0.20 221.95 0.55 0.56
Hex 52 77 CD 3C 2A 0 14 DE 37 38
Octal 122 167 315 74 52 0 24 336 67 70
Binary 1010010 1110111 11001101 111100 101010 0 10100 11011110 110111 111000

Color Harmonies of #5277CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5277CD

Black with #5277CD

Text Example


Text Example

White with #5277CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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