#58679B

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

Shades of Waikawa Grey #58679B

Tints of Waikawa Grey #58679B

Color information

#58679B (or 0x58679B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 67 and 9B. RGB value is (88,103,155). Sum of RGB (Red+Green+Blue) = 88+103+155=346 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.43% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #58679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58679B is #A79864. Grayscale: #686868. Windows color (decimal): -10983525 or 10184536. OLE color: 10184536.

HSL color Cylindrical-coordinate representation of color #58679B: hue angle of 226.57º 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 #58679B is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB88103155-
CMYK0.430.3400.39
HSL226.57º27.57%47.65%-
HSV(B)226.57º43.23%60.78%-
XYZ14.7914.1432.96-
YUV104.44156.53116.27-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.43%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 155 (60.94% from 255) = 44.80%
R=25.43%
G=29.77%
B=44.80%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881031550.430.3400.39226.5727.5747.65
Hex58679B2B22027e31c30
Octal13014723353420473433460
Binary101100011001111001101110101110001001001111110001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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