Html Css Color HEX #527BCA Havelock Blue

📋 copy color: '#527BCA'

red 82 ◦ green 123 ◦ blue 202

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

Shades of Havelock Blue #527BCA

Tints of Havelock Blue #527BCA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

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

R = 20.15%
G = 30.22%
B = 49.63%

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

#527BCA (or 0x527BCA) is known color: Havelock Blue. HEX triplet: 52, 7B and CA. RGB value is (82,123,202). Sum of RGB (Red+Green+Blue) = 82+123+202=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #527BCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCA is #AD8435. Grayscale: #777777. Windows color (decimal): -11371574 or 13269842. OLE color: 13269842.

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

Color convert

RGB 82 123 202 -
CMYK 0.59 0.39 0 0.21
HSL 219.5º 0.53% 0.56% -
HSV(B) 219.5º 0.59% 0.79% -
XYZ 21.22 20.22 58.66 -
YUV 119.75 174.42 101.08 -
System Red Green Blue C M Y K H S L
Decimal 82 123 202 0.59 0.39 0 0.21 219.5 0.53 0.56
Hex 52 7B CA 3B 27 0 15 DC 35 38
Octal 122 173 312 73 47 0 25 334 65 70
Binary 1010010 1111011 11001010 111011 100111 0 10101 11011100 110101 111000

Color Harmonies of #527BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BCA

Black with #527BCA

Text Example


Text Example

White with #527BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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