Html Css Color HEX #53618D Waikawa Grey

📋 copy color: '#53618D'

red 83 ◦ green 97 ◦ blue 141

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

Shades of Waikawa Grey #53618D

Tints of Waikawa Grey #53618D

RGB

 RED value IS 83 (32.81% from 255) = 25.86%

 GREEN value IS 97 (38.28% from 255) = 30.22%

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

R = 25.86%
G = 30.22%
B = 43.93%

CMYK

 C value IS 0.41

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53618D (or 0x53618D) is known color: Waikawa Grey. HEX triplet: 53, 61 and 8D. RGB value is (83,97,141). Sum of RGB (Red+Green+Blue) = 83+97+141=321 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.86% from 321); Green value is 97 (38.28% from 255 or 30.22% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #53618D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53618D is #AC9E72. Grayscale: #616161. Windows color (decimal): -11312755 or 9265491. OLE color: 9265491.

HSL color Cylindrical-coordinate representation of color #53618D: hue angle of 225.52º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53618D is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 97 141 -
CMYK 0.41 0.31 0 0.45
HSL 225.52º 0.26% 0.44% -
HSV(B) 225.52º 0.41% 0.55% -
XYZ 12.65 12.31 26.91 -
YUV 97.83 152.36 117.42 -
System Red Green Blue C M Y K H S L
Decimal 83 97 141 0.41 0.31 0 0.45 225.52 0.26 0.44
Hex 53 61 8D 29 1F 0 2D E2 1A 2C
Octal 123 141 215 51 37 0 55 342 32 54
Binary 1010011 1100001 10001101 101001 11111 0 101101 11100010 11010 101100

Color Harmonies of #53618D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53618D

Black with #53618D

Text Example


Text Example

White with #53618D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53618D; }

 p { color: rgb(83,97,141); }

 H1.HeaderClassName
 {
   color: #53618D;
 }
 .AnyTagClassName
 {
   color: #53618D;
 }
</style>

background-color css

<style>
 a { background-color: #53618D; }

 a { background-color: rgb(83,97,141); }

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

border-color css

<style>
 span { border-color: #53618D; }

 span { border-color: rgb(83,97,141); }

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