#58638E

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

Shades of Waikawa Grey #58638E

Tints of Waikawa Grey #58638E

Color information

#58638E (or 0x58638E) is unknown color: approx Waikawa Grey. HEX triplet: 58, 63 and 8E. RGB value is (88,99,142). Sum of RGB (Red+Green+Blue) = 88+99+142=329 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.75% from 329); Green value is 99 (39.06% from 255 or 30.09% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 142 - color contains mainly: blue. Hex color #58638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #58638E is #A79C71. Grayscale: #646464. Windows color (decimal): -10984562 or 9331544. OLE color: 9331544.

HSL color Cylindrical-coordinate representation of color #58638E: hue angle of 227.78º degrees, saturation: 0.23, 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 #58638E is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8899142-
CMYK0.380.3000.44
HSL227.78º23.48%45.1%-
HSV(B)227.78º38.03%55.69%-
XYZ13.3712.9527.39-
YUV100.61151.36119-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 26.75%
GREEN value IS 99 (39.06% from 255) = 30.09%
BLUE value IS 142 (55.86% from 255) = 43.16%
R=26.75%
G=30.09%
B=43.16%

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
Decimal88991420.380.3000.44227.7823.4845.1
Hex58638E261E02Ce4172d
Octal13014321646360543442755
Binary10110001100011100011101001101111001011001110010010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58638E; }

 p { color: rgb(88,99,142); }

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

<style>
 a { background-color: #58638E; }

 a { background-color: rgb(88,99,142); }

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

<style>
 span { border-color: #58638E; }

 span { border-color: rgb(88,99,142); }

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