#58648C

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

Shades of Waikawa Grey #58648C

Tints of Waikawa Grey #58648C

Color information

#58648C (or 0x58648C) is unknown color: approx Waikawa Grey. HEX triplet: 58, 64 and 8C. RGB value is (88,100,140). Sum of RGB (Red+Green+Blue) = 88+100+140=328 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.83% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 140 - color contains mainly: blue. Hex color #58648C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58648C is #A79B73. Grayscale: #646464. Windows color (decimal): -10984308 or 9200728. OLE color: 9200728.

HSL color Cylindrical-coordinate representation of color #58648C: hue angle of 226.15º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58648C is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB88100140-
CMYK0.370.2900.45
HSL226.15º22.81%44.71%-
HSV(B)226.15º37.14%54.9%-
XYZ13.3213.0826.63-
YUV100.97150.02118.75-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.83%
GREEN value IS 100 (39.45% from 255) = 30.49%
BLUE value IS 140 (55.08% from 255) = 42.68%
R=26.83%
G=30.49%
B=42.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal881001400.370.2900.45226.1522.8144.71
Hex58648C251D02De2172d
Octal13014421445350553422755
Binary10110001100100100011001001011110101011011110001010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58648C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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