Html Css Color HEX #5A729C Waikawa Grey

📋 copy color: '#5A729C'

red 90 ◦ green 114 ◦ blue 156

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

Shades of Waikawa Grey #5A729C

Tints of Waikawa Grey #5A729C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.67%

 BLUE value IS 156 (61.33% from 255) = 43.33%

R = 25%
G = 31.67%
B = 43.33%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A729C (or 0x5A729C) is known color: Waikawa Grey. HEX triplet: 5A, 72 and 9C. RGB value is (90,114,156). Sum of RGB (Red+Green+Blue) = 90+114+156=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 114 (44.92% from 255 or 31.67% from 360); Blue value is 156 (61.33% from 255 or 43.33% from 360); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A729C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A729C is #A58D63. Grayscale: #6F6F6F. Windows color (decimal): -10849636 or 10252890. OLE color: 10252890.

HSL color Cylindrical-coordinate representation of color #5A729C: hue angle of 218.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A729C is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 114 156 -
CMYK 0.42 0.27 0 0.39
HSL 218.18º 0.27% 0.48% -
HSV(B) 218.18º 0.42% 0.61% -
XYZ 16.23 16.61 33.8 -
YUV 111.61 153.05 112.58 -
System Red Green Blue C M Y K H S L
Decimal 90 114 156 0.42 0.27 0 0.39 218.18 0.27 0.48
Hex 5A 72 9C 2A 1B 0 27 DA 1B 30
Octal 132 162 234 52 33 0 47 332 33 60
Binary 1011010 1110010 10011100 101010 11011 0 100111 11011010 11011 110000

Color Harmonies of #5A729C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A729C

Black with #5A729C

Text Example


Text Example

White with #5A729C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,114,156); }

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

background-color css

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

 a { background-color: rgb(90,114,156); }

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

border-color css

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

 span { border-color: rgb(90,114,156); }

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