Html Css Color HEX #5E638D Waikawa Grey

📋 copy color: '#5E638D'

red 94 ◦ green 99 ◦ blue 141

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

Shades of Waikawa Grey #5E638D

Tints of Waikawa Grey #5E638D

RGB

 RED value IS 94 (37.11% from 255) = 28.14%

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

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

R = 28.14%
G = 29.64%
B = 42.22%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5E638D (or 0x5E638D) is known color: Waikawa Grey. HEX triplet: 5E, 63 and 8D. RGB value is (94,99,141). Sum of RGB (Red+Green+Blue) = 94+99+141=334 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.14% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 141 - color contains mainly: blue. Hex color #5E638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E638D is #A19C72. Grayscale: #666666. Windows color (decimal): -10591347 or 9266014. OLE color: 9266014.

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

Color convert

RGB 94 99 141 -
CMYK 0.33 0.30 0 0.45
HSL 233.62º 0.2% 0.46% -
HSV(B) 233.62º 0.33% 0.55% -
XYZ 13.89 13.23 27.02 -
YUV 102.29 149.84 122.08 -
System Red Green Blue C M Y K H S L
Decimal 94 99 141 0.33 0.30 0 0.45 233.62 0.2 0.46
Hex 5E 63 8D 21 1E 0 2D EA 14 2E
Octal 136 143 215 41 36 0 55 352 24 56
Binary 1011110 1100011 10001101 100001 11110 0 101101 11101010 10100 101110

Color Harmonies of #5E638D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E638D

Black with #5E638D

Text Example


Text Example

White with #5E638D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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