Html Css Color HEX #5A678C Waikawa Grey

📋 copy color: '#5A678C'

red 90 ◦ green 103 ◦ blue 140

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

Shades of Waikawa Grey #5A678C

Tints of Waikawa Grey #5A678C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.04%

R = 27.03%
G = 30.93%
B = 42.04%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A678C (or 0x5A678C) is known color: Waikawa Grey. HEX triplet: 5A, 67 and 8C. RGB value is (90,103,140). Sum of RGB (Red+Green+Blue) = 90+103+140=333 (44% of max value = 765). Red value is 90 (35.55% from 255 or 27.03% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A678C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A678C is #A59873. Grayscale: #676767. Windows color (decimal): -10852468 or 9201498. OLE color: 9201498.

HSL color Cylindrical-coordinate representation of color #5A678C: hue angle of 224.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5A678C is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 90 103 140 -
CMYK 0.36 0.26 0 0.45
HSL 224.4º 0.22% 0.45% -
HSV(B) 224.4º 0.36% 0.55% -
XYZ 13.8 13.77 26.74 -
YUV 103.33 148.69 118.49 -
System Red Green Blue C M Y K H S L
Decimal 90 103 140 0.36 0.26 0 0.45 224.4 0.22 0.45
Hex 5A 67 8C 24 1A 0 2D E0 16 2D
Octal 132 147 214 44 32 0 55 340 26 55
Binary 1011010 1100111 10001100 100100 11010 0 101101 11100000 10110 101101

Color Harmonies of #5A678C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A678C

Black with #5A678C

Text Example


Text Example

White with #5A678C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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