Html Css Color HEX #527CCA Havelock Blue

📋 copy color: '#527CCA'

red 82 ◦ green 124 ◦ blue 202

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

Shades of Havelock Blue #527CCA

Tints of Havelock Blue #527CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.39%

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

R = 20.1%
G = 30.39%
B = 49.51%

CMYK

 C value IS 0.59

 M value IS 0.39

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#527CCA (or 0x527CCA) is known color: Havelock Blue. HEX triplet: 52, 7C and CA. RGB value is (82,124,202). Sum of RGB (Red+Green+Blue) = 82+124+202=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #527CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CCA is #AD8335. Grayscale: #777777. Windows color (decimal): -11371318 or 13270098. OLE color: 13270098.

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

Color convert

RGB 82 124 202 -
CMYK 0.59 0.39 0 0.21
HSL 219º 0.53% 0.56% -
HSV(B) 219º 0.59% 0.79% -
XYZ 21.35 20.47 58.7 -
YUV 120.33 174.09 100.66 -
System Red Green Blue C M Y K H S L
Decimal 82 124 202 0.59 0.39 0 0.21 219 0.53 0.56
Hex 52 7C CA 3B 27 0 15 DB 35 38
Octal 122 174 312 73 47 0 25 333 65 70
Binary 1010010 1111100 11001010 111011 100111 0 10101 11011011 110101 111000

Color Harmonies of #527CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527CCA

Black with #527CCA

Text Example


Text Example

White with #527CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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