Html Css Color HEX #5E668E Waikawa Grey

📋 copy color: '#5E668E'

red 94 ◦ green 102 ◦ blue 142

#5E668E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #5E668E

Tints of Waikawa Grey #5E668E

RGB

 RED value IS 94 (37.11% from 255) = 27.81%

 GREEN value IS 102 (40.23% from 255) = 30.18%

 BLUE value IS 142 (55.86% from 255) = 42.01%

R = 27.81%
G = 30.18%
B = 42.01%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E668E (or 0x5E668E) is known color: Waikawa Grey. HEX triplet: 5E, 66 and 8E. RGB value is (94,102,142). Sum of RGB (Red+Green+Blue) = 94+102+142=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 142 (55.86% from 255 or 42.01% from 338); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E668E is #A19971. Grayscale: #686868. Windows color (decimal): -10590578 or 9332318. OLE color: 9332318.

HSL color Cylindrical-coordinate representation of color #5E668E: hue angle of 230º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5E668E is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 102 142 -
CMYK 0.34 0.28 0 0.44
HSL 230º 0.2% 0.46% -
HSV(B) 230º 0.34% 0.56% -
XYZ 14.25 13.84 27.51 -
YUV 104.17 149.35 120.75 -
System Red Green Blue C M Y K H S L
Decimal 94 102 142 0.34 0.28 0 0.44 230 0.2 0.46
Hex 5E 66 8E 22 1C 0 2C E6 14 2E
Octal 136 146 216 42 34 0 54 346 24 56
Binary 1011110 1100110 10001110 100010 11100 0 101100 11100110 10100 101110

Color Harmonies of #5E668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E668E

Black with #5E668E

Text Example


Text Example

White with #5E668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,102,142); }

 H1.HeaderClassName
 {
   color: #5E668E;
 }
 .AnyTagClassName
 {
   color: #5E668E;
 }
</style>

background-color css

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

 a { background-color: rgb(94,102,142); }

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

border-color css

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

 span { border-color: rgb(94,102,142); }

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