Html Css Color HEX #5A6592 Waikawa Grey

📋 copy color: '#5A6592'

red 90 ◦ green 101 ◦ blue 146

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

Shades of Waikawa Grey #5A6592

Tints of Waikawa Grey #5A6592

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.97%

 BLUE value IS 146 (57.42% from 255) = 43.32%

R = 26.71%
G = 29.97%
B = 43.32%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#5A6592 (or 0x5A6592) is known color: Waikawa Grey. HEX triplet: 5A, 65 and 92. RGB value is (90,101,146). Sum of RGB (Red+Green+Blue) = 90+101+146=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 101 (39.84% from 255 or 29.97% from 337); Blue value is 146 (57.42% from 255 or 43.32% from 337); Max value from RGB is 146 - color contains mainly: blue. Hex color #5A6592 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6592 is #A59A6D. Grayscale: #666666. Windows color (decimal): -10852974 or 9594202. OLE color: 9594202.

HSL color Cylindrical-coordinate representation of color #5A6592: hue angle of 228.21º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A6592 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 90 101 146 -
CMYK 0.38 0.31 0 0.43
HSL 228.21º 0.24% 0.46% -
HSV(B) 228.21º 0.38% 0.57% -
XYZ 14.06 13.56 29.07 -
YUV 102.84 152.36 118.84 -
System Red Green Blue C M Y K H S L
Decimal 90 101 146 0.38 0.31 0 0.43 228.21 0.24 0.46
Hex 5A 65 92 26 1F 0 2B E4 18 2E
Octal 132 145 222 46 37 0 53 344 30 56
Binary 1011010 1100101 10010010 100110 11111 0 101011 11100100 11000 101110

Color Harmonies of #5A6592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6592

Black with #5A6592

Text Example


Text Example

White with #5A6592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,101,146); }

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

background-color css

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

 a { background-color: rgb(90,101,146); }

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

border-color css

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

 span { border-color: rgb(90,101,146); }

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