Html Css Color HEX #5D709C Waikawa Grey

📋 copy color: '#5D709C'

red 93 ◦ green 112 ◦ blue 156

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

Shades of Waikawa Grey #5D709C

Tints of Waikawa Grey #5D709C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.02%

 BLUE value IS 156 (61.33% from 255) = 43.21%

R = 25.76%
G = 31.02%
B = 43.21%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5D709C (or 0x5D709C) is known color: Waikawa Grey. HEX triplet: 5D, 70 and 9C. RGB value is (93,112,156). Sum of RGB (Red+Green+Blue) = 93+112+156=361 (47% of max value = 765). Red value is 93 (36.72% from 255 or 25.76% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 156 (61.33% from 255 or 43.21% from 361); Max value from RGB is 156 - color contains mainly: blue. Hex color #5D709C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D709C is #A28F63. Grayscale: #6F6F6F. Windows color (decimal): -10653540 or 10252381. OLE color: 10252381.

HSL color Cylindrical-coordinate representation of color #5D709C: hue angle of 221.9º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5D709C is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 93 112 156 -
CMYK 0.40 0.28 0 0.39
HSL 221.9º 0.25% 0.49% -
HSV(B) 221.9º 0.4% 0.61% -
XYZ 16.31 16.32 33.74 -
YUV 111.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 93 112 156 0.40 0.28 0 0.39 221.9 0.25 0.49
Hex 5D 70 9C 28 1C 0 27 DE 19 31
Octal 135 160 234 50 34 0 47 336 31 61
Binary 1011101 1110000 10011100 101000 11100 0 100111 11011110 11001 110001

Color Harmonies of #5D709C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D709C

Black with #5D709C

Text Example


Text Example

White with #5D709C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,112,156); }

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

background-color css

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

 a { background-color: rgb(93,112,156); }

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

border-color css

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

 span { border-color: rgb(93,112,156); }

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