#58749B

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

Shades of Waikawa Grey #58749B

Tints of Waikawa Grey #58749B

Color information

#58749B (or 0x58749B) is unknown color: approx Waikawa Grey. HEX triplet: 58, 74 and 9B. RGB value is (88,116,155). Sum of RGB (Red+Green+Blue) = 88+116+155=359 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.51% from 359); Green value is 116 (45.70% from 255 or 32.31% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #58749B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58749B is #A78B64. Grayscale: #6F6F6F. Windows color (decimal): -10980197 or 10187864. OLE color: 10187864.

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

Color convert

RGB88116155-
CMYK0.430.2500.39
HSL214.93º27.57%47.65%-
HSV(B)214.93º43.23%60.78%-
XYZ16.1916.9333.43-
YUV112.07152.22110.83-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.51%
GREEN value IS 116 (45.70% from 255) = 32.31%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=24.51%
G=32.31%
B=43.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal881161550.430.2500.39214.9327.5747.65
Hex58749B2B19027d71c30
Octal13016423353310473273460
Binary10110001110100100110111010111100101001111101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58749B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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