Html Css Color HEX #5D638D Waikawa Grey

📋 copy color: '#5D638D'

red 93 ◦ green 99 ◦ blue 141

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

Shades of Waikawa Grey #5D638D

Tints of Waikawa Grey #5D638D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.73%

 BLUE value IS 141 (55.47% from 255) = 42.34%

R = 27.93%
G = 29.73%
B = 42.34%

CMYK

 C value IS 0.34

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5D638D (or 0x5D638D) is known color: Waikawa Grey. HEX triplet: 5D, 63 and 8D. RGB value is (93,99,141). Sum of RGB (Red+Green+Blue) = 93+99+141=333 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.93% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 141 - color contains mainly: blue. Hex color #5D638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D638D is #A29C72. Grayscale: #656565. Windows color (decimal): -10656883 or 9266013. OLE color: 9266013.

HSL color Cylindrical-coordinate representation of color #5D638D: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5D638D is Cyan = 0.34, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 93 99 141 -
CMYK 0.34 0.30 0 0.45
HSL 232.5º 0.21% 0.46% -
HSV(B) 232.5º 0.34% 0.55% -
XYZ 13.78 13.17 27.02 -
YUV 101.99 150.01 121.58 -
System Red Green Blue C M Y K H S L
Decimal 93 99 141 0.34 0.30 0 0.45 232.5 0.21 0.46
Hex 5D 63 8D 22 1E 0 2D E8 15 2E
Octal 135 143 215 42 36 0 55 350 25 56
Binary 1011101 1100011 10001101 100010 11110 0 101101 11101000 10101 101110

Color Harmonies of #5D638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D638D

Black with #5D638D

Text Example


Text Example

White with #5D638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,99,141); }

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

background-color css

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

 a { background-color: rgb(93,99,141); }

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

border-color css

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

 span { border-color: rgb(93,99,141); }

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