Html Css Color HEX #5D6789 Waikawa Grey

📋 copy color: '#5D6789'

red 93 ◦ green 103 ◦ blue 137

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

Shades of Waikawa Grey #5D6789

Tints of Waikawa Grey #5D6789

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.93%

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

R = 27.93%
G = 30.93%
B = 41.14%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5D6789 (or 0x5D6789) is known color: Waikawa Grey. HEX triplet: 5D, 67 and 89. RGB value is (93,103,137). Sum of RGB (Red+Green+Blue) = 93+103+137=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 137 - color contains mainly: blue. Hex color #5D6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D6789 is #A29876. Grayscale: #676767. Windows color (decimal): -10655863 or 9004893. OLE color: 9004893.

HSL color Cylindrical-coordinate representation of color #5D6789: hue angle of 226.36º 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 #5D6789 is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 93 103 137 -
CMYK 0.32 0.25 0 0.46
HSL 226.36º 0.19% 0.45% -
HSV(B) 226.36º 0.32% 0.54% -
XYZ 13.88 13.83 25.61 -
YUV 103.89 146.69 120.24 -
System Red Green Blue C M Y K H S L
Decimal 93 103 137 0.32 0.25 0 0.46 226.36 0.19 0.45
Hex 5D 67 89 20 19 0 2E E2 13 2D
Octal 135 147 211 40 31 0 56 342 23 55
Binary 1011101 1100111 10001001 100000 11001 0 101110 11100010 10011 101101

Color Harmonies of #5D6789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6789

Black with #5D6789

Text Example


Text Example

White with #5D6789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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