Html Css Color HEX #5E678E Waikawa Grey

📋 copy color: '#5E678E'

red 94 ◦ green 103 ◦ blue 142

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

Shades of Waikawa Grey #5E678E

Tints of Waikawa Grey #5E678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.38%

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

R = 27.73%
G = 30.38%
B = 41.89%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E678E (or 0x5E678E) is known color: Waikawa Grey. HEX triplet: 5E, 67 and 8E. RGB value is (94,103,142). Sum of RGB (Red+Green+Blue) = 94+103+142=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 103 (40.62% from 255 or 30.38% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E678E is #A19871. Grayscale: #686868. Windows color (decimal): -10590322 or 9332574. OLE color: 9332574.

HSL color Cylindrical-coordinate representation of color #5E678E: hue angle of 228.75º 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 #5E678E is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 94 103 142 -
CMYK 0.34 0.27 0 0.44
HSL 228.75º 0.2% 0.46% -
HSV(B) 228.75º 0.34% 0.56% -
XYZ 14.35 14.03 27.54 -
YUV 104.76 149.02 120.33 -
System Red Green Blue C M Y K H S L
Decimal 94 103 142 0.34 0.27 0 0.44 228.75 0.2 0.46
Hex 5E 67 8E 22 1B 0 2C E5 14 2E
Octal 136 147 216 42 33 0 54 345 24 56
Binary 1011110 1100111 10001110 100010 11011 0 101100 11100101 10100 101110

Color Harmonies of #5E678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E678E

Black with #5E678E

Text Example


Text Example

White with #5E678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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