Html Css Color HEX #5A698E Waikawa Grey

📋 copy color: '#5A698E'

red 90 ◦ green 105 ◦ blue 142

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

Shades of Waikawa Grey #5A698E

Tints of Waikawa Grey #5A698E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

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

R = 26.71%
G = 31.16%
B = 42.14%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A698E (or 0x5A698E) is known color: Waikawa Grey. HEX triplet: 5A, 69 and 8E. RGB value is (90,105,142). Sum of RGB (Red+Green+Blue) = 90+105+142=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 142 (55.86% from 255 or 42.14% from 337); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A698E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A698E is #A59671. Grayscale: #686868. Windows color (decimal): -10851954 or 9333082. OLE color: 9333082.

HSL color Cylindrical-coordinate representation of color #5A698E: hue angle of 222.69º 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 #5A698E is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 105 142 -
CMYK 0.37 0.26 0 0.44
HSL 222.69º 0.22% 0.45% -
HSV(B) 222.69º 0.37% 0.56% -
XYZ 14.15 14.23 27.59 -
YUV 104.73 149.03 117.49 -
System Red Green Blue C M Y K H S L
Decimal 90 105 142 0.37 0.26 0 0.44 222.69 0.22 0.45
Hex 5A 69 8E 25 1A 0 2C DF 16 2D
Octal 132 151 216 45 32 0 54 337 26 55
Binary 1011010 1101001 10001110 100101 11010 0 101100 11011111 10110 101101

Color Harmonies of #5A698E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A698E

Black with #5A698E

Text Example


Text Example

White with #5A698E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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