#5E638A

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

Shades of Waikawa Grey #5E638A

Tints of Waikawa Grey #5E638A

Color information

#5E638A (or 0x5E638A) is unknown color: approx Waikawa Grey. HEX triplet: 5E, 63 and 8A. RGB value is (94,99,138). Sum of RGB (Red+Green+Blue) = 94+99+138=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 138 - color contains mainly: blue. Hex color #5E638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E638A is #A19C75. Grayscale: #656565. Windows color (decimal): -10591350 or 9069406. OLE color: 9069406.

HSL color Cylindrical-coordinate representation of color #5E638A: hue angle of 233.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5E638A is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB9499138-
CMYK0.320.2800.46
HSL233.18º18.97%45.49%-
HSV(B)233.18º31.88%54.12%-
XYZ13.6713.1425.86-
YUV101.95148.34122.33-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 28.40%
GREEN value IS 99 (39.06% from 255) = 29.91%
BLUE value IS 138 (54.30% from 255) = 41.69%
R=28.40%
G=29.91%
B=41.69%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal94991380.320.2800.46233.1818.9745.49
Hex5E638A201C02Ee9132d
Octal13614321240340563512355
Binary10111101100011100010101000001110001011101110100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,99,138); }

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

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

 a { background-color: rgb(94,99,138); }

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

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

 span { border-color: rgb(94,99,138); }

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