Html Css Color HEX #527BCF Havelock Blue

📋 copy color: '#527BCF'

red 82 ◦ green 123 ◦ blue 207

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

Shades of Havelock Blue #527BCF

Tints of Havelock Blue #527BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.24%

R = 19.9%
G = 29.85%
B = 50.24%

CMYK

 C value IS 0.60

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#527BCF (or 0x527BCF) is known color: Havelock Blue. HEX triplet: 52, 7B and CF. RGB value is (82,123,207). Sum of RGB (Red+Green+Blue) = 82+123+207=412 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.90% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #527BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BCF is #AD8430. Grayscale: #777777. Windows color (decimal): -11371569 or 13597522. OLE color: 13597522.

HSL color Cylindrical-coordinate representation of color #527BCF: hue angle of 220.32º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #527BCF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 123 207 -
CMYK 0.60 0.41 0 0.19
HSL 220.32º 0.57% 0.57% -
HSV(B) 220.32º 0.6% 0.81% -
XYZ 21.83 20.46 61.83 -
YUV 120.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 82 123 207 0.60 0.41 0 0.19 220.32 0.57 0.57
Hex 52 7B CF 3C 29 0 13 DC 39 39
Octal 122 173 317 74 51 0 23 334 71 71
Binary 1010010 1111011 11001111 111100 101001 0 10011 11011100 111001 111001

Color Harmonies of #527BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527BCF

Black with #527BCF

Text Example


Text Example

White with #527BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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