Html Css Color HEX #5E708E Waikawa Grey

📋 copy color: '#5E708E'

red 94 ◦ green 112 ◦ blue 142

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

Shades of Waikawa Grey #5E708E

Tints of Waikawa Grey #5E708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.18%

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

R = 27.01%
G = 32.18%
B = 40.8%

CMYK

 C value IS 0.34

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5E708E (or 0x5E708E) is known color: Waikawa Grey. HEX triplet: 5E, 70 and 8E. RGB value is (94,112,142). Sum of RGB (Red+Green+Blue) = 94+112+142=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 142 (55.86% from 255 or 40.80% from 348); Max value from RGB is 142 - color contains mainly: blue. Hex color #5E708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E708E is #A18F71. Grayscale: #6D6D6D. Windows color (decimal): -10588018 or 9334878. OLE color: 9334878.

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

Color convert

RGB 94 112 142 -
CMYK 0.34 0.21 0 0.44
HSL 217.5º 0.2% 0.46% -
HSV(B) 217.5º 0.34% 0.56% -
XYZ 15.29 15.92 27.86 -
YUV 110.04 146.04 116.56 -
System Red Green Blue C M Y K H S L
Decimal 94 112 142 0.34 0.21 0 0.44 217.5 0.2 0.46
Hex 5E 70 8E 22 15 0 2C DA 14 2E
Octal 136 160 216 42 25 0 54 332 24 56
Binary 1011110 1110000 10001110 100010 10101 0 101100 11011010 10100 101110

Color Harmonies of #5E708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E708E

Black with #5E708E

Text Example


Text Example

White with #5E708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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