Html Css Color HEX #5E6881 Waikawa Grey

📋 copy color: '#5E6881'

red 94 ◦ green 104 ◦ blue 129

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

Shades of Waikawa Grey #5E6881

Tints of Waikawa Grey #5E6881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 129 (50.78% from 255) = 39.45%

R = 28.75%
G = 31.8%
B = 39.45%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E6881 (or 0x5E6881) is known color: Waikawa Grey. HEX triplet: 5E, 68 and 81. RGB value is (94,104,129). Sum of RGB (Red+Green+Blue) = 94+104+129=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 129 (50.78% from 255 or 39.45% from 327); Max value from RGB is 129 - color contains mainly: blue. Hex color #5E6881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6881 is #A1977E. Grayscale: #676767. Windows color (decimal): -10590079 or 8480862. OLE color: 8480862.

HSL color Cylindrical-coordinate representation of color #5E6881: hue angle of 222.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5E6881 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 94 104 129 -
CMYK 0.27 0.19 0 0.49
HSL 222.86º 0.16% 0.44% -
HSV(B) 222.86º 0.27% 0.51% -
XYZ 13.53 13.87 22.73 -
YUV 103.86 142.19 120.97 -
System Red Green Blue C M Y K H S L
Decimal 94 104 129 0.27 0.19 0 0.49 222.86 0.16 0.44
Hex 5E 68 81 1B 13 0 31 DF 10 2C
Octal 136 150 201 33 23 0 61 337 20 54
Binary 1011110 1101000 10000001 11011 10011 0 110001 11011111 10000 101100

Color Harmonies of #5E6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6881

Black with #5E6881

Text Example


Text Example

White with #5E6881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,104,129); }

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

background-color css

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

 a { background-color: rgb(94,104,129); }

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

border-color css

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

 span { border-color: rgb(94,104,129); }

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