Html Css Color HEX #5E6685 Waikawa Grey

📋 copy color: '#5E6685'

red 94 ◦ green 102 ◦ blue 133

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

Shades of Waikawa Grey #5E6685

Tints of Waikawa Grey #5E6685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 40.43%

R = 28.57%
G = 31%
B = 40.43%

CMYK

 C value IS 0.29

 M value IS 0.23

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#5E6685 (or 0x5E6685) is known color: Waikawa Grey. HEX triplet: 5E, 66 and 85. RGB value is (94,102,133). Sum of RGB (Red+Green+Blue) = 94+102+133=329 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.57% from 329); Green value is 102 (40.23% from 255 or 31.00% from 329); Blue value is 133 (52.34% from 255 or 40.43% from 329); Max value from RGB is 133 - color contains mainly: blue. Hex color #5E6685 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6685 is #A1997A. Grayscale: #676767. Windows color (decimal): -10590587 or 8742494. OLE color: 8742494.

HSL color Cylindrical-coordinate representation of color #5E6685: hue angle of 227.69º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5E6685 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 94 102 133 -
CMYK 0.29 0.23 0 0.48
HSL 227.69º 0.17% 0.45% -
HSV(B) 227.69º 0.29% 0.52% -
XYZ 13.6 13.58 24.09 -
YUV 103.14 144.85 121.48 -
System Red Green Blue C M Y K H S L
Decimal 94 102 133 0.29 0.23 0 0.48 227.69 0.17 0.45
Hex 5E 66 85 1D 17 0 30 E4 11 2D
Octal 136 146 205 35 27 0 60 344 21 55
Binary 1011110 1100110 10000101 11101 10111 0 110000 11100100 10001 101101

Color Harmonies of #5E6685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6685

Black with #5E6685

Text Example


Text Example

White with #5E6685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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