#58b8e5

Color #58B8E5 Malibu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malibu #58B8E5

Tints of Malibu #58B8E5

Color information

#58B8E5 (or 0x58B8E5) is unknown color: approx Malibu. HEX triplet: 58, B8 and E5. RGB value is (88,184,229). Sum of RGB (Red+Green+Blue) = 88+184+229=501 (66% of max value = 765). Red value is 88 (34.77% from 255 or 17.56% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 229 (89.84% from 255 or 45.71% from 501); Max value from RGB is 229 - color contains mainly: blue. Hex color #58B8E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58B8E5 is #A7471A. Grayscale: #A0A0A0. Windows color (decimal): -10962715 or 15054936. OLE color: 15054936.

HSL color Cylindrical-coordinate representation of color #58B8E5: hue angle of 199.15º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #58B8E5 is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB88184229-
CMYK0.620.2000.10
HSL199.15º73.06%62.16%-
HSV(B)199.15º61.57%89.8%-
XYZ35.3142.0180.38-
YUV160.43166.776.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 17.56%
GREEN value IS 184 (72.27% from 255) = 36.73%
BLUE value IS 229 (89.84% from 255) = 45.71%
R=17.56%
G=36.73%
B=45.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal881842290.620.2000.10199.1573.0662.16
Hex58B8E53E140Ac7493e
Octal130270345762401230711176
Binary101100010111000111001011111101010001010110001111001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58b8e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58b8e5; }

 p { color: rgb(88,184,229); }

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

<style>
 a { background-color: #58b8e5; }

 a { background-color: rgb(88,184,229); }

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

<style>
 span { border-color: #58b8e5; }

 span { border-color: rgb(88,184,229); }

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