Html Css Color HEX #5A6D9D Waikawa Grey

📋 copy color: '#5A6D9D'

red 90 ◦ green 109 ◦ blue 157

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

Shades of Waikawa Grey #5A6D9D

Tints of Waikawa Grey #5A6D9D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 30.62%

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

R = 25.28%
G = 30.62%
B = 44.1%

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

#5A6D9D (or 0x5A6D9D) is known color: Waikawa Grey. HEX triplet: 5A, 6D and 9D. RGB value is (90,109,157). Sum of RGB (Red+Green+Blue) = 90+109+157=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 157 (61.72% from 255 or 44.10% from 356); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A6D9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5A6D9D is #A59262. Grayscale: #6C6C6C. Windows color (decimal): -10850915 or 10317146. OLE color: 10317146.

HSL color Cylindrical-coordinate representation of color #5A6D9D: hue angle of 222.99º 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 #5A6D9D is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 109 157 -
CMYK 0.43 0.31 0 0.38
HSL 222.99º 0.27% 0.48% -
HSV(B) 222.99º 0.43% 0.62% -
XYZ 15.77 15.55 34.07 -
YUV 108.79 155.21 114.6 -
System Red Green Blue C M Y K H S L
Decimal 90 109 157 0.43 0.31 0 0.38 222.99 0.27 0.48
Hex 5A 6D 9D 2B 1F 0 26 DF 1B 30
Octal 132 155 235 53 37 0 46 337 33 60
Binary 1011010 1101101 10011101 101011 11111 0 100110 11011111 11011 110000

Color Harmonies of #5A6D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6D9D

Black with #5A6D9D

Text Example


Text Example

White with #5A6D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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