Html Css Color HEX #5E6583 Waikawa Grey

📋 copy color: '#5E6583'

red 94 ◦ green 101 ◦ blue 131

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

Shades of Waikawa Grey #5E6583

Tints of Waikawa Grey #5E6583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

 BLUE value IS 131 (51.56% from 255) = 40.18%

R = 28.83%
G = 30.98%
B = 40.18%

CMYK

 C value IS 0.28

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#5E6583 (or 0x5E6583) is known color: Waikawa Grey. HEX triplet: 5E, 65 and 83. RGB value is (94,101,131). Sum of RGB (Red+Green+Blue) = 94+101+131=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 131 (51.56% from 255 or 40.18% from 326); Max value from RGB is 131 - color contains mainly: blue. Hex color #5E6583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E6583 is #A19A7C. Grayscale: #666666. Windows color (decimal): -10590845 or 8611166. OLE color: 8611166.

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

Color convert

RGB 94 101 131 -
CMYK 0.28 0.23 0 0.49
HSL 228.65º 0.16% 0.44% -
HSV(B) 228.65º 0.28% 0.51% -
XYZ 13.37 13.33 23.34 -
YUV 102.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 94 101 131 0.28 0.23 0 0.49 228.65 0.16 0.44
Hex 5E 65 83 1C 17 0 31 E5 10 2C
Octal 136 145 203 34 27 0 61 345 20 54
Binary 1011110 1100101 10000011 11100 10111 0 110001 11100101 10000 101100

Color Harmonies of #5E6583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6583

Black with #5E6583

Text Example


Text Example

White with #5E6583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,101,131); }

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

background-color css

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

 a { background-color: rgb(94,101,131); }

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

border-color css

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

 span { border-color: rgb(94,101,131); }

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