Html Css Color HEX #5A6187 Waikawa Grey

📋 copy color: '#5A6187'

red 90 ◦ green 97 ◦ blue 135

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

Shades of Waikawa Grey #5A6187

Tints of Waikawa Grey #5A6187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.12%

 BLUE value IS 135 (53.13% from 255) = 41.93%

R = 27.95%
G = 30.12%
B = 41.93%

CMYK

 C value IS 0.33

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A6187 (or 0x5A6187) is known color: Waikawa Grey. HEX triplet: 5A, 61 and 87. RGB value is (90,97,135). Sum of RGB (Red+Green+Blue) = 90+97+135=322 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.95% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #5A6187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6187 is #A59E78. Grayscale: #636363. Windows color (decimal): -10854009 or 8872282. OLE color: 8872282.

HSL color Cylindrical-coordinate representation of color #5A6187: hue angle of 230.67º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5A6187 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 97 135 -
CMYK 0.33 0.28 0 0.47
HSL 230.67º 0.2% 0.44% -
HSV(B) 230.67º 0.33% 0.53% -
XYZ 12.86 12.47 24.65 -
YUV 99.24 148.18 121.41 -
System Red Green Blue C M Y K H S L
Decimal 90 97 135 0.33 0.28 0 0.47 230.67 0.2 0.44
Hex 5A 61 87 21 1C 0 2F E7 14 2C
Octal 132 141 207 41 34 0 57 347 24 54
Binary 1011010 1100001 10000111 100001 11100 0 101111 11100111 10100 101100

Color Harmonies of #5A6187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6187

Black with #5A6187

Text Example


Text Example

White with #5A6187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,97,135); }

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

background-color css

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

 a { background-color: rgb(90,97,135); }

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

border-color css

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

 span { border-color: rgb(90,97,135); }

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