Html Css Color HEX #5A709D Waikawa Grey

📋 copy color: '#5A709D'

red 90 ◦ green 112 ◦ blue 157

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

Shades of Waikawa Grey #5A709D

Tints of Waikawa Grey #5A709D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.2%

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

R = 25.07%
G = 31.2%
B = 43.73%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A709D (or 0x5A709D) is known color: Waikawa Grey. HEX triplet: 5A, 70 and 9D. RGB value is (90,112,157). Sum of RGB (Red+Green+Blue) = 90+112+157=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A709D is #A58F62. Grayscale: #6E6E6E. Windows color (decimal): -10850147 or 10317914. OLE color: 10317914.

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

Color convert

RGB 90 112 157 -
CMYK 0.43 0.29 0 0.38
HSL 220.3º 0.27% 0.48% -
HSV(B) 220.3º 0.43% 0.62% -
XYZ 16.1 16.2 34.18 -
YUV 110.55 154.21 113.34 -
System Red Green Blue C M Y K H S L
Decimal 90 112 157 0.43 0.29 0 0.38 220.3 0.27 0.48
Hex 5A 70 9D 2B 1D 0 26 DC 1B 30
Octal 132 160 235 53 35 0 46 334 33 60
Binary 1011010 1110000 10011101 101011 11101 0 100110 11011100 11011 110000

Color Harmonies of #5A709D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A709D

Black with #5A709D

Text Example


Text Example

White with #5A709D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,112,157); }

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

background-color css

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

 a { background-color: rgb(90,112,157); }

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

border-color css

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

 span { border-color: rgb(90,112,157); }

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