Html Css Color HEX #5B779E Waikawa Grey

📋 copy color: '#5B779E'

red 91 ◦ green 119 ◦ blue 158

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

Shades of Waikawa Grey #5B779E

Tints of Waikawa Grey #5B779E

RGB

 RED value IS 91 (35.94% from 255) = 24.73%

 GREEN value IS 119 (46.88% from 255) = 32.34%

 BLUE value IS 158 (62.11% from 255) = 42.93%

R = 24.73%
G = 32.34%
B = 42.93%

CMYK

 C value IS 0.42

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B779E (or 0x5B779E) is known color: Waikawa Grey. HEX triplet: 5B, 77 and 9E. RGB value is (91,119,158). Sum of RGB (Red+Green+Blue) = 91+119+158=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 119 (46.88% from 255 or 32.34% from 368); Blue value is 158 (62.11% from 255 or 42.93% from 368); Max value from RGB is 158 - color contains mainly: blue. Hex color #5B779E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B779E is #A48861. Grayscale: #727272. Windows color (decimal): -10782818 or 10385243. OLE color: 10385243.

HSL color Cylindrical-coordinate representation of color #5B779E: hue angle of 214.93º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B779E is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 119 158 -
CMYK 0.42 0.25 0 0.38
HSL 214.93º 0.27% 0.49% -
HSV(B) 214.93º 0.42% 0.62% -
XYZ 17.08 17.89 34.9 -
YUV 115.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 91 119 158 0.42 0.25 0 0.38 214.93 0.27 0.49
Hex 5B 77 9E 2A 19 0 26 D7 1B 31
Octal 133 167 236 52 31 0 46 327 33 61
Binary 1011011 1110111 10011110 101010 11001 0 100110 11010111 11011 110001

Color Harmonies of #5B779E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B779E

Black with #5B779E

Text Example


Text Example

White with #5B779E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,119,158); }

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

background-color css

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

 a { background-color: rgb(91,119,158); }

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

border-color css

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

 span { border-color: rgb(91,119,158); }

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