Html Css Color HEX #598ACF Havelock Blue

📋 copy color: '#598ACF'

red 89 ◦ green 138 ◦ blue 207

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

Shades of Havelock Blue #598ACF

Tints of Havelock Blue #598ACF

RGB

 RED value IS 89 (35.16% from 255) = 20.51%

 GREEN value IS 138 (54.3% from 255) = 31.8%

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

R = 20.51%
G = 31.8%
B = 47.7%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#598ACF (or 0x598ACF) is known color: 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

RGB 89 138 207 -
CMYK 0.57 0.33 0 0.19
HSL 215.08º 0.55% 0.58% -
HSV(B) 215.08º 0.57% 0.81% -
XYZ 24.47 24.81 62.53 -
YUV 131.22 170.77 97.89 -
System Red Green Blue C M Y K H S L
Decimal 89 138 207 0.57 0.33 0 0.19 215.08 0.55 0.58
Hex 59 8A CF 39 21 0 13 D7 37 3A
Octal 131 212 317 71 41 0 23 327 67 72
Binary 1011001 10001010 11001111 111001 100001 0 10011 11010111 110111 111010

Color Harmonies of #598ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #598ACF

Black with #598ACF

Text Example


Text Example

White with #598ACF

Text Example


Text Example

HTML Codes & Css Web 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>