Html Css Color HEX #5A668E Waikawa Grey

📋 copy color: '#5A668E'

red 90 ◦ green 102 ◦ blue 142

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

Shades of Waikawa Grey #5A668E

Tints of Waikawa Grey #5A668E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 26.95%
G = 30.54%
B = 42.51%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A668E (or 0x5A668E) is known color: Waikawa Grey. HEX triplet: 5A, 66 and 8E. RGB value is (90,102,142). Sum of RGB (Red+Green+Blue) = 90+102+142=334 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.95% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A668E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A668E is #A59971. Grayscale: #666666. Windows color (decimal): -10852722 or 9332314. OLE color: 9332314.

HSL color Cylindrical-coordinate representation of color #5A668E: hue angle of 226.15º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5A668E is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 102 142 -
CMYK 0.37 0.28 0 0.44
HSL 226.15º 0.22% 0.45% -
HSV(B) 226.15º 0.37% 0.56% -
XYZ 13.85 13.63 27.49 -
YUV 102.97 150.02 118.75 -
System Red Green Blue C M Y K H S L
Decimal 90 102 142 0.37 0.28 0 0.44 226.15 0.22 0.45
Hex 5A 66 8E 25 1C 0 2C E2 16 2D
Octal 132 146 216 45 34 0 54 342 26 55
Binary 1011010 1100110 10001110 100101 11100 0 101100 11100010 10110 101101

Color Harmonies of #5A668E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A668E

Black with #5A668E

Text Example


Text Example

White with #5A668E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,102,142); }

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

background-color css

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

 a { background-color: rgb(90,102,142); }

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

border-color css

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

 span { border-color: rgb(90,102,142); }

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