#588F9F

Color #588F9F Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #588F9F

Tints of Hippie Blue #588F9F

Color information

#588F9F (or 0x588F9F) is unknown color: approx Hippie Blue. HEX triplet: 58, 8F and 9F. RGB value is (88,143,159). Sum of RGB (Red+Green+Blue) = 88+143+159=390 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.56% from 390); Green value is 143 (56.25% from 255 or 36.67% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 159 - color contains mainly: blue. Hex color #588F9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #588F9F is #A77060. Grayscale: #808080. Windows color (decimal): -10973281 or 10456920. OLE color: 10456920.

HSL color Cylindrical-coordinate representation of color #588F9F: hue angle of 193.52º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #588F9F is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB88143159-
CMYK0.450.1000.38
HSL193.52º28.74%48.43%-
HSV(B)193.52º44.65%62.35%-
XYZ20.124.2236.42-
YUV128.38145.2899.2-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.56%
GREEN value IS 143 (56.25% from 255) = 36.67%
BLUE value IS 159 (62.5% from 255) = 40.77%
R=22.56%
G=36.67%
B=40.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal881431590.450.1000.38193.5228.7448.43
Hex588F9F2DA026c21d30
Octal13021723755120463023560
Binary10110001000111110011111101101101001001101100001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #588F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #588F9F; }

 p { color: rgb(88,143,159); }

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

<style>
 a { background-color: #588F9F; }

 a { background-color: rgb(88,143,159); }

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

<style>
 span { border-color: #588F9F; }

 span { border-color: rgb(88,143,159); }

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