Html Css Color HEX #5E668F Waikawa Grey

📋 copy color: '#5E668F'

red 94 ◦ green 102 ◦ blue 143

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

Shades of Waikawa Grey #5E668F

Tints of Waikawa Grey #5E668F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 42.18%

R = 27.73%
G = 30.09%
B = 42.18%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E668F (or 0x5E668F) is known color: Waikawa Grey. HEX triplet: 5E, 66 and 8F. RGB value is (94,102,143). Sum of RGB (Red+Green+Blue) = 94+102+143=339 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.73% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 143 (56.25% from 255 or 42.18% from 339); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E668F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E668F is #A19970. Grayscale: #686868. Windows color (decimal): -10590577 or 9397854. OLE color: 9397854.

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

Color convert

RGB 94 102 143 -
CMYK 0.34 0.29 0 0.44
HSL 230.2º 0.21% 0.46% -
HSV(B) 230.2º 0.34% 0.56% -
XYZ 14.33 13.87 27.91 -
YUV 104.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 94 102 143 0.34 0.29 0 0.44 230.2 0.21 0.46
Hex 5E 66 8F 22 1D 0 2C E6 15 2E
Octal 136 146 217 42 35 0 54 346 25 56
Binary 1011110 1100110 10001111 100010 11101 0 101100 11100110 10101 101110

Color Harmonies of #5E668F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E668F

Black with #5E668F

Text Example


Text Example

White with #5E668F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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