Html Css Color HEX #5A678E Waikawa Grey

📋 copy color: '#5A678E'

red 90 ◦ green 103 ◦ blue 142

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

Shades of Waikawa Grey #5A678E

Tints of Waikawa Grey #5A678E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.75%

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

R = 26.87%
G = 30.75%
B = 42.39%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A678E (or 0x5A678E) is known color: Waikawa Grey. HEX triplet: 5A, 67 and 8E. RGB value is (90,103,142). Sum of RGB (Red+Green+Blue) = 90+103+142=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 103 (40.62% from 255 or 30.75% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A678E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A678E is #A59871. Grayscale: #676767. Windows color (decimal): -10852466 or 9332570. OLE color: 9332570.

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

Color convert

RGB 90 103 142 -
CMYK 0.37 0.27 0 0.44
HSL 225º 0.22% 0.45% -
HSV(B) 225º 0.37% 0.56% -
XYZ 13.95 13.83 27.52 -
YUV 103.56 149.69 118.33 -
System Red Green Blue C M Y K H S L
Decimal 90 103 142 0.37 0.27 0 0.44 225 0.22 0.45
Hex 5A 67 8E 25 1B 0 2C E1 16 2D
Octal 132 147 216 45 33 0 54 341 26 55
Binary 1011010 1100111 10001110 100101 11011 0 101100 11100001 10110 101101

Color Harmonies of #5A678E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A678E

Black with #5A678E

Text Example


Text Example

White with #5A678E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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