Html Css Color HEX #527ACF Havelock Blue

📋 copy color: '#527ACF'

red 82 ◦ green 122 ◦ blue 207

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

Shades of Havelock Blue #527ACF

Tints of Havelock Blue #527ACF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.68%

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

R = 19.95%
G = 29.68%
B = 50.36%

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

#527ACF (or 0x527ACF) is known color: Havelock Blue. HEX triplet: 52, 7A and CF. RGB value is (82,122,207). Sum of RGB (Red+Green+Blue) = 82+122+207=411 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.95% from 411); Green value is 122 (48.05% from 255 or 29.68% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #527ACF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527ACF is #AD8530. Grayscale: #777777. Windows color (decimal): -11371825 or 13597266. OLE color: 13597266.

HSL color Cylindrical-coordinate representation of color #527ACF: hue angle of 220.8º 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 #527ACF is Cyan = 0.60, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 122 207 -
CMYK 0.60 0.41 0 0.19
HSL 220.8º 0.57% 0.57% -
HSV(B) 220.8º 0.6% 0.81% -
XYZ 21.7 20.22 61.79 -
YUV 119.73 177.25 101.09 -
System Red Green Blue C M Y K H S L
Decimal 82 122 207 0.60 0.41 0 0.19 220.8 0.57 0.57
Hex 52 7A CF 3C 29 0 13 DD 39 39
Octal 122 172 317 74 51 0 23 335 71 71
Binary 1010010 1111010 11001111 111100 101001 0 10011 11011101 111001 111001

Color Harmonies of #527ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527ACF

Black with #527ACF

Text Example


Text Example

White with #527ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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