#5E6583

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

Shades of Waikawa Grey #5E6583

Tints of Waikawa Grey #5E6583

Color information

#5E6583 (or 0x5E6583) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 65 and 83. RGB value is (94,101,131). Sum of RGB (Red+Green+Blue) = 94+101+131=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E6583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6583 is #A19A7C. Grayscale: #666666. Windows color (decimal): -10590845 or 8611166. OLE color: 8611166.

HSL color Cylindrical-coordinate representation of color #5E6583: hue angle of 228.65º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5E6583 is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB94101131-
CMYK0.280.2300.49
HSL228.65º16.44%44.12%-
HSV(B)228.65º28.24%51.37%-
XYZ13.3713.3323.34-
YUV102.33144.18122.06-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.83%
GREEN value IS 101 (39.84% from 255) = 30.98%
BLUE value IS 131 (51.56% from 255) = 40.18%
R=28.83%
G=30.98%
B=40.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal941011310.280.2300.49228.6516.4444.12
Hex5E65831C17031e5102c
Octal13614520334270613452054
Binary1011110110010110000011111001011101100011110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E6583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E6583; }

 p { color: rgb(94,101,131); }

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

<style>
 a { background-color: #5E6583; }

 a { background-color: rgb(94,101,131); }

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

<style>
 span { border-color: #5E6583; }

 span { border-color: rgb(94,101,131); }

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