Html Css Color HEX #527FCD Havelock Blue

📋 copy color: '#527FCD'

red 82 ◦ green 127 ◦ blue 205

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

Shades of Havelock Blue #527FCD

Tints of Havelock Blue #527FCD

RGB

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

 GREEN value IS 127 (50% from 255) = 30.68%

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 19.81%
G = 30.68%
B = 49.52%

CMYK

 C value IS 0.6

 M value IS 0.38

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#527FCD (or 0x527FCD) is known color: Havelock Blue. HEX triplet: 52, 7F and CD. RGB value is (82,127,205). Sum of RGB (Red+Green+Blue) = 82+127+205=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 127 (50% from 255 or 30.68% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #527FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527FCD is #AD8032. Grayscale: #7A7A7A. Windows color (decimal): -11370547 or 13467474. OLE color: 13467474.

HSL color Cylindrical-coordinate representation of color #527FCD: hue angle of 218.05º degrees, saturation: 0.55, 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 #527FCD is Cyan = 0.6, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 127 205 -
CMYK 0.6 0.38 0 0.20
HSL 218.05º 0.55% 0.56% -
HSV(B) 218.05º 0.6% 0.8% -
XYZ 22.09 21.38 60.72 -
YUV 122.44 174.59 99.16 -
System Red Green Blue C M Y K H S L
Decimal 82 127 205 0.6 0.38 0 0.20 218.05 0.55 0.56
Hex 52 7F CD 3C 26 0 14 DA 37 38
Octal 122 177 315 74 46 0 24 332 67 70
Binary 1010010 1111111 11001101 111100 100110 0 10100 11011010 110111 111000

Color Harmonies of #527FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527FCD

Black with #527FCD

Text Example


Text Example

White with #527FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,127,205); }

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

background-color css

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

 a { background-color: rgb(82,127,205); }

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

border-color css

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

 span { border-color: rgb(82,127,205); }

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