Html Css Color HEX #5B779A Waikawa Grey

📋 copy color: '#5B779A'

red 91 ◦ green 119 ◦ blue 154

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

Shades of Waikawa Grey #5B779A

Tints of Waikawa Grey #5B779A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 25%
G = 32.69%
B = 42.31%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B779A (or 0x5B779A) is known color: Waikawa Grey. HEX triplet: 5B, 77 and 9A. RGB value is (91,119,154). Sum of RGB (Red+Green+Blue) = 91+119+154=364 (48% of max value = 765). Red value is 91 (35.94% from 255 or 25% from 364); Green value is 119 (46.88% from 255 or 32.69% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #5B779A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5B779A is #A48865. Grayscale: #727272. Windows color (decimal): -10782822 or 10123099. OLE color: 10123099.

HSL color Cylindrical-coordinate representation of color #5B779A: hue angle of 213.33º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B779A is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 119 154 -
CMYK 0.41 0.23 0 0.40
HSL 213.33º 0.26% 0.48% -
HSV(B) 213.33º 0.41% 0.6% -
XYZ 16.74 17.75 33.12 -
YUV 114.62 150.22 111.15 -
System Red Green Blue C M Y K H S L
Decimal 91 119 154 0.41 0.23 0 0.40 213.33 0.26 0.48
Hex 5B 77 9A 29 17 0 28 D5 1A 30
Octal 133 167 232 51 27 0 50 325 32 60
Binary 1011011 1110111 10011010 101001 10111 0 101000 11010101 11010 110000

Color Harmonies of #5B779A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B779A

Black with #5B779A

Text Example


Text Example

White with #5B779A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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