Html Css Color HEX #5D749D Waikawa Grey

📋 copy color: '#5D749D'

red 93 ◦ green 116 ◦ blue 157

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

Shades of Waikawa Grey #5D749D

Tints of Waikawa Grey #5D749D

RGB

 RED value IS 93 (36.72% from 255) = 25.41%

 GREEN value IS 116 (45.7% from 255) = 31.69%

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

R = 25.41%
G = 31.69%
B = 42.9%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5D749D (or 0x5D749D) is known color: Waikawa Grey. HEX triplet: 5D, 74 and 9D. RGB value is (93,116,157). Sum of RGB (Red+Green+Blue) = 93+116+157=366 (48% of max value = 765). Red value is 93 (36.72% from 255 or 25.41% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 157 (61.72% from 255 or 42.90% from 366); Max value from RGB is 157 - color contains mainly: blue. Hex color #5D749D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D749D is #A28B62. Grayscale: #717171. Windows color (decimal): -10652515 or 10318941. OLE color: 10318941.

HSL color Cylindrical-coordinate representation of color #5D749D: hue angle of 218.44º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D749D is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 93 116 157 -
CMYK 0.41 0.26 0 0.38
HSL 218.44º 0.26% 0.49% -
HSV(B) 218.44º 0.41% 0.62% -
XYZ 16.85 17.25 34.34 -
YUV 113.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 93 116 157 0.41 0.26 0 0.38 218.44 0.26 0.49
Hex 5D 74 9D 29 1A 0 26 DA 1A 31
Octal 135 164 235 51 32 0 46 332 32 61
Binary 1011101 1110100 10011101 101001 11010 0 100110 11011010 11010 110001

Color Harmonies of #5D749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D749D

Black with #5D749D

Text Example


Text Example

White with #5D749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,116,157); }

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

background-color css

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

 a { background-color: rgb(93,116,157); }

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

border-color css

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

 span { border-color: rgb(93,116,157); }

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