#598ACF

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

Shades of Havelock Blue #598ACF

Tints of Havelock Blue #598ACF

Color information

#598ACF (or 0x598ACF) is unknown color: approx Havelock Blue. HEX triplet: 59, 8A and CF. RGB value is (89,138,207). Sum of RGB (Red+Green+Blue) = 89+138+207=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #598ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #598ACF is #A67530. Grayscale: #828282. Windows color (decimal): -10908977 or 13601369. OLE color: 13601369.

HSL color Cylindrical-coordinate representation of color #598ACF: hue angle of 215.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #598ACF is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB89138207-
CMYK0.570.3300.19
HSL215.08º55.14%58.04%-
HSV(B)215.08º57%81.18%-
XYZ24.4724.8162.53-
YUV131.22170.7797.89-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 207 (81.25% from 255) = 47.70%
R=20.51%
G=31.80%
B=47.70%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal891382070.570.3300.19215.0855.1458.04
Hex598ACF3921013d7373a
Octal13121231771410233276772
Binary1011001100010101100111111100110000101001111010111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #598ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,138,207); }

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

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

 a { background-color: rgb(89,138,207); }

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

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

 span { border-color: rgb(89,138,207); }

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