Html Css Color HEX #5276CA Havelock Blue

📋 copy color: '#5276CA'

red 82 ◦ green 118 ◦ blue 202

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

Shades of Havelock Blue #5276CA

Tints of Havelock Blue #5276CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.25%

R = 20.4%
G = 29.35%
B = 50.25%

CMYK

 C value IS 0.59

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5276CA (or 0x5276CA) is known color: Havelock Blue. HEX triplet: 52, 76 and CA. RGB value is (82,118,202). Sum of RGB (Red+Green+Blue) = 82+118+202=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 118 (46.48% from 255 or 29.35% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #5276CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5276CA is #AD8935. Grayscale: #747474. Windows color (decimal): -11372854 or 13268562. OLE color: 13268562.

HSL color Cylindrical-coordinate representation of color #5276CA: hue angle of 222º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5276CA is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 118 202 -
CMYK 0.59 0.42 0 0.21
HSL 222º 0.53% 0.56% -
HSV(B) 222º 0.59% 0.79% -
XYZ 20.62 19.01 58.46 -
YUV 116.81 176.07 103.17 -
System Red Green Blue C M Y K H S L
Decimal 82 118 202 0.59 0.42 0 0.21 222 0.53 0.56
Hex 52 76 CA 3B 2A 0 15 DE 35 38
Octal 122 166 312 73 52 0 25 336 65 70
Binary 1010010 1110110 11001010 111011 101010 0 10101 11011110 110101 111000

Color Harmonies of #5276CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5276CA

Black with #5276CA

Text Example


Text Example

White with #5276CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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