#5784CD

Color #5784CD Havelock Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Havelock Blue #5784CD

Tints of Havelock Blue #5784CD

Color information

#5784CD (or 0x5784CD) is unknown color: approx Havelock Blue. HEX triplet: 57, 84 and CD. RGB value is (87,132,205). Sum of RGB (Red+Green+Blue) = 87+132+205=424 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.52% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 205 (80.47% from 255 or 48.35% from 424); Max value from RGB is 205 - color contains mainly: blue. Hex color #5784CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5784CD is #A87B32. Grayscale: #7E7E7E. Windows color (decimal): -11041587 or 13468759. OLE color: 13468759.

HSL color Cylindrical-coordinate representation of color #5784CD: hue angle of 217.12º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5784CD is Cyan = 0.58, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB87132205-
CMYK0.580.3600.20
HSL217.12º54.13%57.25%-
HSV(B)217.12º57.56%80.39%-
XYZ23.222.9460.96-
YUV126.87172.0999.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.52%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 205 (80.47% from 255) = 48.35%
R=20.52%
G=31.13%
B=48.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal871322050.580.3600.20217.1254.1357.25
Hex5784CD3A24014d93639
Octal12720431572440243316671
Binary1010111100001001100110111101010010001010011011001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5784CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5784CD; }

 p { color: rgb(87,132,205); }

 H1.HeaderClassName
 {
   color: #5784CD;
 }
 .AnyTagClassName
 {
   color: #5784CD;
 }
</style>
background-color css

<style>
 a { background-color: #5784CD; }

 a { background-color: rgb(87,132,205); }

 div.DivClassName
 {
   background-color: #5784CD;
 }
 .BgClassName
 {
   background-color: #5784CD;
 }
</style>
border-color css

<style>
 span { border-color: #5784CD; }

 span { border-color: rgb(87,132,205); }

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