Html Css Color HEX #5A6C9D Waikawa Grey

📋 copy color: '#5A6C9D'

red 90 ◦ green 108 ◦ blue 157

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

Shades of Waikawa Grey #5A6C9D

Tints of Waikawa Grey #5A6C9D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.42%

 BLUE value IS 157 (61.72% from 255) = 44.23%

R = 25.35%
G = 30.42%
B = 44.23%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A6C9D (or 0x5A6C9D) is known color: Waikawa Grey. HEX triplet: 5A, 6C and 9D. RGB value is (90,108,157). Sum of RGB (Red+Green+Blue) = 90+108+157=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A6C9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6C9D is #A59362. Grayscale: #6B6B6B. Windows color (decimal): -10851171 or 10316890. OLE color: 10316890.

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

Color convert

RGB 90 108 157 -
CMYK 0.43 0.31 0 0.38
HSL 223.88º 0.27% 0.48% -
HSV(B) 223.88º 0.43% 0.62% -
XYZ 15.66 15.33 34.03 -
YUV 108.2 155.54 115.02 -
System Red Green Blue C M Y K H S L
Decimal 90 108 157 0.43 0.31 0 0.38 223.88 0.27 0.48
Hex 5A 6C 9D 2B 1F 0 26 E0 1B 30
Octal 132 154 235 53 37 0 46 340 33 60
Binary 1011010 1101100 10011101 101011 11111 0 100110 11100000 11011 110000

Color Harmonies of #5A6C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C9D

Black with #5A6C9D

Text Example


Text Example

White with #5A6C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,108,157); }

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

background-color css

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

 a { background-color: rgb(90,108,157); }

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

border-color css

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

 span { border-color: rgb(90,108,157); }

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