#58699A

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

Shades of Waikawa Grey #58699A

Tints of Waikawa Grey #58699A

Color information

#58699A (or 0x58699A) is unknown color: approx Waikawa Grey. HEX triplet: 58, 69 and 9A. RGB value is (88,105,154). Sum of RGB (Red+Green+Blue) = 88+105+154=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 105 (41.41% from 255 or 30.26% from 347); Blue value is 154 (60.55% from 255 or 44.38% from 347); Max value from RGB is 154 - color contains mainly: blue. Hex color #58699A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58699A is #A79665. Grayscale: #696969. Windows color (decimal): -10983014 or 10119512. OLE color: 10119512.

HSL color Cylindrical-coordinate representation of color #58699A: hue angle of 224.55º 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 #58699A is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB88105154-
CMYK0.430.3200.40
HSL224.55º27.27%47.45%-
HSV(B)224.55º42.86%60.39%-
XYZ14.9114.5132.59-
YUV105.5155.37115.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 105 (41.41% from 255) = 30.26%
BLUE value IS 154 (60.55% from 255) = 44.38%
R=25.36%
G=30.26%
B=44.38%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal881051540.430.3200.40224.5527.2747.45
Hex58699A2B20028e11b2f
Octal13015123253400503413357
Binary101100011010011001101010101110000001010001110000111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58699A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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