Html Css Color HEX #5E678F Waikawa Grey

📋 copy color: '#5E678F'

red 94 ◦ green 103 ◦ blue 143

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

Shades of Waikawa Grey #5E678F

Tints of Waikawa Grey #5E678F

RGB

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

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

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

R = 27.65%
G = 30.29%
B = 42.06%

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

#5E678F (or 0x5E678F) is known color: Waikawa Grey. HEX triplet: 5E, 67 and 8F. RGB value is (94,103,143). Sum of RGB (Red+Green+Blue) = 94+103+143=340 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.65% from 340); Green value is 103 (40.62% from 255 or 30.29% from 340); Blue value is 143 (56.25% from 255 or 42.06% from 340); Max value from RGB is 143 - color contains mainly: blue. Hex color #5E678F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E678F is #A19870. Grayscale: #686868. Windows color (decimal): -10590321 or 9398110. OLE color: 9398110.

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

Color convert

RGB 94 103 143 -
CMYK 0.34 0.28 0 0.44
HSL 228.98º 0.21% 0.46% -
HSV(B) 228.98º 0.34% 0.56% -
XYZ 14.42 14.06 27.94 -
YUV 104.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 94 103 143 0.34 0.28 0 0.44 228.98 0.21 0.46
Hex 5E 67 8F 22 1C 0 2C E5 15 2E
Octal 136 147 217 42 34 0 54 345 25 56
Binary 1011110 1100111 10001111 100010 11100 0 101100 11100101 10101 101110

Color Harmonies of #5E678F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E678F

Black with #5E678F

Text Example


Text Example

White with #5E678F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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