Html Css Color HEX #5E6695 Waikawa Grey

📋 copy color: '#5E6695'

red 94 ◦ green 102 ◦ blue 149

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

Shades of Waikawa Grey #5E6695

Tints of Waikawa Grey #5E6695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 43.19%

R = 27.25%
G = 29.57%
B = 43.19%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E6695 (or 0x5E6695) is known color: Waikawa Grey. HEX triplet: 5E, 66 and 95. RGB value is (94,102,149). Sum of RGB (Red+Green+Blue) = 94+102+149=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E6695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6695 is #A1996A. Grayscale: #686868. Windows color (decimal): -10590571 or 9791070. OLE color: 9791070.

HSL color Cylindrical-coordinate representation of color #5E6695: hue angle of 231.27º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E6695 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 102 149 -
CMYK 0.37 0.32 0 0.42
HSL 231.27º 0.23% 0.48% -
HSV(B) 231.27º 0.37% 0.58% -
XYZ 14.79 14.05 30.37 -
YUV 104.97 152.85 120.18 -
System Red Green Blue C M Y K H S L
Decimal 94 102 149 0.37 0.32 0 0.42 231.27 0.23 0.48
Hex 5E 66 95 25 20 0 2A E7 17 30
Octal 136 146 225 45 40 0 52 347 27 60
Binary 1011110 1100110 10010101 100101 100000 0 101010 11100111 10111 110000

Color Harmonies of #5E6695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6695

Black with #5E6695

Text Example


Text Example

White with #5E6695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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