Html Css Color HEX #527BCB Havelock Blue

📋 copy color: '#527BCB'

red 82 ◦ green 123 ◦ blue 203

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

Shades of Havelock Blue #527BCB

Tints of Havelock Blue #527BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.75%

R = 20.1%
G = 30.15%
B = 49.75%

CMYK

 C value IS 0.60

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#527BCB (or 0x527BCB) is known color: Havelock Blue. HEX triplet: 52, 7B and CB. RGB value is (82,123,203). Sum of RGB (Red+Green+Blue) = 82+123+203=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 123 (48.44% from 255 or 30.15% from 408); Blue value is 203 (79.69% from 255 or 49.75% from 408); Max value from RGB is 203 - color contains mainly: blue. Hex color #527BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCB is #AD8434. Grayscale: #777777. Windows color (decimal): -11371573 or 13335378. OLE color: 13335378.

HSL color Cylindrical-coordinate representation of color #527BCB: hue angle of 219.67º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527BCB is Cyan = 0.60, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 123 203 -
CMYK 0.60 0.39 0 0.20
HSL 219.67º 0.54% 0.56% -
HSV(B) 219.67º 0.6% 0.8% -
XYZ 21.34 20.27 59.29 -
YUV 119.86 174.92 101 -
System Red Green Blue C M Y K H S L
Decimal 82 123 203 0.60 0.39 0 0.20 219.67 0.54 0.56
Hex 52 7B CB 3C 27 0 14 DC 36 38
Octal 122 173 313 74 47 0 24 334 66 70
Binary 1010010 1111011 11001011 111100 100111 0 10100 11011100 110110 111000

Color Harmonies of #527BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BCB

Black with #527BCB

Text Example


Text Example

White with #527BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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