#58648F

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

Shades of Waikawa Grey #58648F

Tints of Waikawa Grey #58648F

Color information

#58648F (or 0x58648F) is unknown color: approx Waikawa Grey. HEX triplet: 58, 64 and 8F. RGB value is (88,100,143). Sum of RGB (Red+Green+Blue) = 88+100+143=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 100 (39.45% from 255 or 30.21% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 143 - color contains mainly: blue. Hex color #58648F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58648F is #A79B70. Grayscale: #656565. Windows color (decimal): -10984305 or 9397336. OLE color: 9397336.

HSL color Cylindrical-coordinate representation of color #58648F: hue angle of 226.91º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #58648F is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB88100143-
CMYK0.380.3000.44
HSL226.91º23.81%45.29%-
HSV(B)226.91º38.46%56.08%-
XYZ13.5413.1727.82-
YUV101.31151.52118.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.59%
GREEN value IS 100 (39.45% from 255) = 30.21%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=26.59%
G=30.21%
B=43.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal881001430.380.3000.44226.9123.8145.29
Hex58648F261E02Ce3182d
Octal13014421746360543433055
Binary10110001100100100011111001101111001011001110001111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58648F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58648F; }

 p { color: rgb(88,100,143); }

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

<style>
 a { background-color: #58648F; }

 a { background-color: rgb(88,100,143); }

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

<style>
 span { border-color: #58648F; }

 span { border-color: rgb(88,100,143); }

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