#58699B

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

Shades of Waikawa Grey #58699B

Tints of Waikawa Grey #58699B

Color information

#58699B (or 0x58699B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 69 and 9B. RGB value is (88,105,155). Sum of RGB (Red+Green+Blue) = 88+105+155=348 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.29% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 155 (60.94% from 255 or 44.54% from 348); Max value from RGB is 155 - color contains mainly: blue. Hex color #58699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58699B is #A79664. Grayscale: #696969. Windows color (decimal): -10983013 or 10185048. OLE color: 10185048.

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

Color convert

RGB88105155-
CMYK0.430.3200.39
HSL224.78º27.57%47.65%-
HSV(B)224.78º43.23%60.78%-
XYZ14.9914.5433.03-
YUV105.62155.87115.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.29%
GREEN value IS 105 (41.41% from 255) = 30.17%
BLUE value IS 155 (60.94% from 255) = 44.54%
R=25.29%
G=30.17%
B=44.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881051550.430.3200.39224.7827.5747.65
Hex58699B2B20027e11c30
Octal13015123353400473413460
Binary101100011010011001101110101110000001001111110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58699B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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