Html Css Color HEX #5A7097 Waikawa Grey

📋 copy color: '#5A7097'

red 90 ◦ green 112 ◦ blue 151

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

Shades of Waikawa Grey #5A7097

Tints of Waikawa Grey #5A7097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.78%

R = 25.5%
G = 31.73%
B = 42.78%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5A7097 (or 0x5A7097) is known color: Waikawa Grey. HEX triplet: 5A, 70 and 97. RGB value is (90,112,151). Sum of RGB (Red+Green+Blue) = 90+112+151=353 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.50% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 151 (59.38% from 255 or 42.78% from 353); Max value from RGB is 151 - color contains mainly: blue. Hex color #5A7097 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A7097 is #A58F68. Grayscale: #6D6D6D. Windows color (decimal): -10850153 or 9924698. OLE color: 9924698.

HSL color Cylindrical-coordinate representation of color #5A7097: hue angle of 218.36º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A7097 is Cyan = 0.40, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 112 151 -
CMYK 0.40 0.26 0 0.41
HSL 218.36º 0.25% 0.47% -
HSV(B) 218.36º 0.4% 0.59% -
XYZ 15.6 16 31.54 -
YUV 109.87 151.21 113.83 -
System Red Green Blue C M Y K H S L
Decimal 90 112 151 0.40 0.26 0 0.41 218.36 0.25 0.47
Hex 5A 70 97 28 1A 0 29 DA 19 2F
Octal 132 160 227 50 32 0 51 332 31 57
Binary 1011010 1110000 10010111 101000 11010 0 101001 11011010 11001 101111

Color Harmonies of #5A7097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A7097

Black with #5A7097

Text Example


Text Example

White with #5A7097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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