#53628E

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

Shades of Waikawa Grey #53628E

Tints of Waikawa Grey #53628E

Color information

#53628E (or 0x53628E) is unknown color: approx Waikawa Grey. HEX triplet: 53, 62 and 8E. RGB value is (83,98,142). Sum of RGB (Red+Green+Blue) = 83+98+142=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 98 (38.67% from 255 or 30.34% from 323); Blue value is 142 (55.86% from 255 or 43.96% from 323); Max value from RGB is 142 - color contains mainly: blue. Hex color #53628E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53628E is #AC9D71. Grayscale: #626262. Windows color (decimal): -11312498 or 9331283. OLE color: 9331283.

HSL color Cylindrical-coordinate representation of color #53628E: hue angle of 224.75º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53628E is Cyan = 0.42, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8398142-
CMYK0.420.3100.44
HSL224.75º26.22%44.12%-
HSV(B)224.75º41.55%55.69%-
XYZ12.8212.5327.33-
YUV98.53152.53116.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.70%
GREEN value IS 98 (38.67% from 255) = 30.34%
BLUE value IS 142 (55.86% from 255) = 43.96%
R=25.70%
G=30.34%
B=43.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal83981420.420.3100.44224.7526.2244.12
Hex53628E2A1F02Ce11a2c
Octal12314221652370543413254
Binary10100111100010100011101010101111101011001110000111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53628E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,98,142); }

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

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

 a { background-color: rgb(83,98,142); }

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

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

 span { border-color: rgb(83,98,142); }

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