Html Css Color HEX #5D6D89 Waikawa Grey

📋 copy color: '#5D6D89'

red 93 ◦ green 109 ◦ blue 137

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

Shades of Waikawa Grey #5D6D89

Tints of Waikawa Grey #5D6D89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 40.41%

R = 27.43%
G = 32.15%
B = 40.41%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D6D89 (or 0x5D6D89) is known color: Waikawa Grey. HEX triplet: 5D, 6D and 89. RGB value is (93,109,137). Sum of RGB (Red+Green+Blue) = 93+109+137=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 137 (53.91% from 255 or 40.41% from 339); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D6D89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6D89 is #A29276. Grayscale: #6B6B6B. Windows color (decimal): -10654327 or 9006429. OLE color: 9006429.

HSL color Cylindrical-coordinate representation of color #5D6D89: hue angle of 218.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5D6D89 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 109 137 -
CMYK 0.32 0.20 0 0.46
HSL 218.18º 0.19% 0.45% -
HSV(B) 218.18º 0.32% 0.54% -
XYZ 14.5 15.07 25.81 -
YUV 107.41 144.7 117.72 -
System Red Green Blue C M Y K H S L
Decimal 93 109 137 0.32 0.20 0 0.46 218.18 0.19 0.45
Hex 5D 6D 89 20 14 0 2E DA 13 2D
Octal 135 155 211 40 24 0 56 332 23 55
Binary 1011101 1101101 10001001 100000 10100 0 101110 11011010 10011 101101

Color Harmonies of #5D6D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6D89

Black with #5D6D89

Text Example


Text Example

White with #5D6D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,109,137); }

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

background-color css

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

 a { background-color: rgb(93,109,137); }

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

border-color css

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

 span { border-color: rgb(93,109,137); }

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