Html Css Color HEX #5270CA Havelock Blue

📋 copy color: '#5270CA'

red 82 ◦ green 112 ◦ blue 202

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

Shades of Havelock Blue #5270CA

Tints of Havelock Blue #5270CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 20.71%
G = 28.28%
B = 51.01%

CMYK

 C value IS 0.59

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5270CA (or 0x5270CA) is known color: Havelock Blue. HEX triplet: 52, 70 and CA. RGB value is (82,112,202). Sum of RGB (Red+Green+Blue) = 82+112+202=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #5270CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5270CA is #AD8F35. Grayscale: #707070. Windows color (decimal): -11374390 or 13267026. OLE color: 13267026.

HSL color Cylindrical-coordinate representation of color #5270CA: hue angle of 225º 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 #5270CA is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 82 112 202 -
CMYK 0.59 0.45 0 0.21
HSL 225º 0.53% 0.56% -
HSV(B) 225º 0.59% 0.79% -
XYZ 19.93 17.65 58.23 -
YUV 113.29 178.06 105.68 -
System Red Green Blue C M Y K H S L
Decimal 82 112 202 0.59 0.45 0 0.21 225 0.53 0.56
Hex 52 70 CA 3B 2D 0 15 E1 35 38
Octal 122 160 312 73 55 0 25 341 65 70
Binary 1010010 1110000 11001010 111011 101101 0 10101 11100001 110101 111000

Color Harmonies of #5270CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5270CA

Black with #5270CA

Text Example


Text Example

White with #5270CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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