#58659B

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

Shades of Waikawa Grey #58659B

Tints of Waikawa Grey #58659B

Color information

#58659B (or 0x58659B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 65 and 9B. RGB value is (88,101,155). Sum of RGB (Red+Green+Blue) = 88+101+155=344 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.58% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #58659B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58659B is #A79A64. Grayscale: #676767. Windows color (decimal): -10984037 or 10184024. OLE color: 10184024.

HSL color Cylindrical-coordinate representation of color #58659B: hue angle of 228.36º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #58659B is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88101155-
CMYK0.430.3500.39
HSL228.36º27.57%47.65%-
HSV(B)228.36º43.23%60.78%-
XYZ14.5913.7532.89-
YUV103.27157.19117.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.58%
GREEN value IS 101 (39.84% from 255) = 29.36%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=25.58%
G=29.36%
B=45.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881011550.430.3500.39228.3627.5747.65
Hex58659B2B23027e41c30
Octal13014523353430473443460
Binary101100011001011001101110101110001101001111110010011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58659B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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