Html Css Color HEX #5276CE Havelock Blue

📋 copy color: '#5276CE'

red 82 ◦ green 118 ◦ blue 206

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

Shades of Havelock Blue #5276CE

Tints of Havelock Blue #5276CE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.06%

 BLUE value IS 206 (80.86% from 255) = 50.74%

R = 20.2%
G = 29.06%
B = 50.74%

CMYK

 C value IS 0.60

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5276CE (or 0x5276CE) is known color: Havelock Blue. HEX triplet: 52, 76 and CE. RGB value is (82,118,206). Sum of RGB (Red+Green+Blue) = 82+118+206=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #5276CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276CE is #AD8931. Grayscale: #747474. Windows color (decimal): -11372850 or 13530706. OLE color: 13530706.

HSL color Cylindrical-coordinate representation of color #5276CE: hue angle of 222.58º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5276CE is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 118 206 -
CMYK 0.60 0.43 0 0.19
HSL 222.58º 0.56% 0.56% -
HSV(B) 222.58º 0.6% 0.81% -
XYZ 21.1 19.21 60.99 -
YUV 117.27 178.07 102.84 -
System Red Green Blue C M Y K H S L
Decimal 82 118 206 0.60 0.43 0 0.19 222.58 0.56 0.56
Hex 52 76 CE 3C 2B 0 13 DF 38 38
Octal 122 166 316 74 53 0 23 337 70 70
Binary 1010010 1110110 11001110 111100 101011 0 10011 11011111 111000 111000

Color Harmonies of #5276CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5276CE

Black with #5276CE

Text Example


Text Example

White with #5276CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5276CE; }

 p { color: rgb(82,118,206); }

 H1.HeaderClassName
 {
   color: #5276CE;
 }
 .AnyTagClassName
 {
   color: #5276CE;
 }
</style>

background-color css

<style>
 a { background-color: #5276CE; }

 a { background-color: rgb(82,118,206); }

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

border-color css

<style>
 span { border-color: #5276CE; }

 span { border-color: rgb(82,118,206); }

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