Html Css Color HEX #53618E Waikawa Grey

📋 copy color: '#53618E'

red 83 ◦ green 97 ◦ blue 142

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

Shades of Waikawa Grey #53618E

Tints of Waikawa Grey #53618E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.1%

R = 25.78%
G = 30.12%
B = 44.1%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53618E (or 0x53618E) is known color: Waikawa Grey. HEX triplet: 53, 61 and 8E. RGB value is (83,97,142). Sum of RGB (Red+Green+Blue) = 83+97+142=322 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.78% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #53618E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53618E is #AC9E71. Grayscale: #616161. Windows color (decimal): -11312754 or 9331027. OLE color: 9331027.

HSL color Cylindrical-coordinate representation of color #53618E: hue angle of 225.76º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #53618E is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 97 142 -
CMYK 0.42 0.32 0 0.44
HSL 225.76º 0.26% 0.44% -
HSV(B) 225.76º 0.42% 0.56% -
XYZ 12.72 12.34 27.3 -
YUV 97.94 152.86 117.34 -
System Red Green Blue C M Y K H S L
Decimal 83 97 142 0.42 0.32 0 0.44 225.76 0.26 0.44
Hex 53 61 8E 2A 20 0 2C E2 1A 2C
Octal 123 141 216 52 40 0 54 342 32 54
Binary 1010011 1100001 10001110 101010 100000 0 101100 11100010 11010 101100

Color Harmonies of #53618E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53618E

Black with #53618E

Text Example


Text Example

White with #53618E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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