Html Css Color HEX #53618F Waikawa Grey

📋 copy color: '#53618F'

red 83 ◦ green 97 ◦ blue 143

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

Shades of Waikawa Grey #53618F

Tints of Waikawa Grey #53618F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 44.27%

R = 25.7%
G = 30.03%
B = 44.27%

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

#53618F (or 0x53618F) is known color: Waikawa Grey. HEX triplet: 53, 61 and 8F. RGB value is (83,97,143). Sum of RGB (Red+Green+Blue) = 83+97+143=323 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.70% from 323); Green value is 97 (38.28% from 255 or 30.03% from 323); Blue value is 143 (56.25% from 255 or 44.27% from 323); Max value from RGB is 143 - color contains mainly: blue. Hex color #53618F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #53618F is #AC9E70. Grayscale: #616161. Windows color (decimal): -11312753 or 9396563. OLE color: 9396563.

HSL color Cylindrical-coordinate representation of color #53618F: hue angle of 226º degrees, saturation: 0.27, 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 #53618F is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 83 97 143 -
CMYK 0.42 0.32 0 0.44
HSL 226º 0.27% 0.44% -
HSV(B) 226º 0.42% 0.56% -
XYZ 12.8 12.37 27.7 -
YUV 98.06 153.36 117.26 -
System Red Green Blue C M Y K H S L
Decimal 83 97 143 0.42 0.32 0 0.44 226 0.27 0.44
Hex 53 61 8F 2A 20 0 2C E2 1B 2C
Octal 123 141 217 52 40 0 54 342 33 54
Binary 1010011 1100001 10001111 101010 100000 0 101100 11100010 11011 101100

Color Harmonies of #53618F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53618F

Black with #53618F

Text Example


Text Example

White with #53618F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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