#58659A

Color #58659A Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #58659A

Tints of Waikawa Grey #58659A

Color information

#58659A (or 0x58659A) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 9A. RGB value is (88,101,154). Sum of RGB (Red+Green+Blue) = 88+101+154=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 101 (39.84% from 255 or 29.45% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 154 - color contains mainly: blue. Hex color #58659A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58659A is #A79A65. Grayscale: #666666. Windows color (decimal): -10984038 or 10118488. OLE color: 10118488.

HSL color Cylindrical-coordinate representation of color #58659A: hue angle of 228.18º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58659A is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88101154-
CMYK0.430.3400.40
HSL228.18º27.27%47.45%-
HSV(B)228.18º42.86%60.39%-
XYZ14.5113.7232.45-
YUV103.15156.69117.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 101 (39.84% from 255) = 29.45%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=25.66%
G=29.45%
B=44.90%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881011540.430.3400.40228.1827.2747.45
Hex58659A2B22028e41b2f
Octal13014523253420503443357
Binary101100011001011001101010101110001001010001110010011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58659A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58659A; }

 p { color: rgb(88,101,154); }

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

<style>
 a { background-color: #58659A; }

 a { background-color: rgb(88,101,154); }

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

<style>
 span { border-color: #58659A; }

 span { border-color: rgb(88,101,154); }

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