Html Css Color HEX #5B779D Waikawa Grey

📋 copy color: '#5B779D'

red 91 ◦ green 119 ◦ blue 157

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

Shades of Waikawa Grey #5B779D

Tints of Waikawa Grey #5B779D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 24.8%
G = 32.43%
B = 42.78%

CMYK

 C value IS 0.42

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5B779D (or 0x5B779D) is known color: Waikawa Grey. HEX triplet: 5B, 77 and 9D. RGB value is (91,119,157). Sum of RGB (Red+Green+Blue) = 91+119+157=367 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.80% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #5B779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B779D is #A48862. Grayscale: #727272. Windows color (decimal): -10782819 or 10319707. OLE color: 10319707.

HSL color Cylindrical-coordinate representation of color #5B779D: hue angle of 214.55º 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 #5B779D is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 91 119 157 -
CMYK 0.42 0.24 0 0.38
HSL 214.55º 0.27% 0.49% -
HSV(B) 214.55º 0.42% 0.62% -
XYZ 17 17.85 34.45 -
YUV 114.96 151.72 110.91 -
System Red Green Blue C M Y K H S L
Decimal 91 119 157 0.42 0.24 0 0.38 214.55 0.27 0.49
Hex 5B 77 9D 2A 18 0 26 D7 1B 31
Octal 133 167 235 52 30 0 46 327 33 61
Binary 1011011 1110111 10011101 101010 11000 0 100110 11010111 11011 110001

Color Harmonies of #5B779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B779D

Black with #5B779D

Text Example


Text Example

White with #5B779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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