Html Css Color HEX #5A799A Waikawa Grey

📋 copy color: '#5A799A'

red 90 ◦ green 121 ◦ blue 154

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

Shades of Waikawa Grey #5A799A

Tints of Waikawa Grey #5A799A

RGB

 RED value IS 90 (35.55% from 255) = 24.66%

 GREEN value IS 121 (47.66% from 255) = 33.15%

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

R = 24.66%
G = 33.15%
B = 42.19%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5A799A (or 0x5A799A) is known color: Waikawa Grey. HEX triplet: 5A, 79 and 9A. RGB value is (90,121,154). Sum of RGB (Red+Green+Blue) = 90+121+154=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 121 (47.66% from 255 or 33.15% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #5A799A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A799A is #A58665. Grayscale: #737373. Windows color (decimal): -10847846 or 10123610. OLE color: 10123610.

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

Color convert

RGB 90 121 154 -
CMYK 0.42 0.21 0 0.40
HSL 210.94º 0.26% 0.48% -
HSV(B) 210.94º 0.42% 0.6% -
XYZ 16.89 18.18 33.19 -
YUV 115.49 149.73 109.82 -
System Red Green Blue C M Y K H S L
Decimal 90 121 154 0.42 0.21 0 0.40 210.94 0.26 0.48
Hex 5A 79 9A 2A 15 0 28 D3 1A 30
Octal 132 171 232 52 25 0 50 323 32 60
Binary 1011010 1111001 10011010 101010 10101 0 101000 11010011 11010 110000

Color Harmonies of #5A799A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A799A

Black with #5A799A

Text Example


Text Example

White with #5A799A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,121,154); }

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

background-color css

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

 a { background-color: rgb(90,121,154); }

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

border-color css

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

 span { border-color: rgb(90,121,154); }

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