Html Css Color HEX #528CCA Havelock Blue

📋 copy color: '#528CCA'

red 82 ◦ green 140 ◦ blue 202

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

Shades of Havelock Blue #528CCA

Tints of Havelock Blue #528CCA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 33.02%

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

R = 19.34%
G = 33.02%
B = 47.64%

CMYK

 C value IS 0.59

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#528CCA (or 0x528CCA) is known color: Havelock Blue. HEX triplet: 52, 8C and CA. RGB value is (82,140,202). Sum of RGB (Red+Green+Blue) = 82+140+202=424 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.34% from 424); Green value is 140 (55.08% from 255 or 33.02% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #528CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528CCA is #AD7335. Grayscale: #818181. Windows color (decimal): -11367222 or 13274194. OLE color: 13274194.

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

Color convert

RGB 82 140 202 -
CMYK 0.59 0.31 0 0.21
HSL 211º 0.53% 0.56% -
HSV(B) 211º 0.59% 0.79% -
XYZ 23.52 24.81 59.43 -
YUV 129.73 168.78 93.96 -
System Red Green Blue C M Y K H S L
Decimal 82 140 202 0.59 0.31 0 0.21 211 0.53 0.56
Hex 52 8C CA 3B 1F 0 15 D3 35 38
Octal 122 214 312 73 37 0 25 323 65 70
Binary 1010010 10001100 11001010 111011 11111 0 10101 11010011 110101 111000

Color Harmonies of #528CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528CCA

Black with #528CCA

Text Example


Text Example

White with #528CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528CCA; }

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

 H1.HeaderClassName
 {
   color: #528CCA;
 }
 .AnyTagClassName
 {
   color: #528CCA;
 }
</style>

background-color css

<style>
 a { background-color: #528CCA; }

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

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

border-color css

<style>
 span { border-color: #528CCA; }

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

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