Html Css Color HEX #53318C Kingfisher Daisy

📋 copy color: '#53318C'

red 83 ◦ green 49 ◦ blue 140

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

Shades of Kingfisher Daisy #53318C

Tints of Kingfisher Daisy #53318C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.01%

 BLUE value IS 140 (55.08% from 255) = 51.47%

R = 30.51%
G = 18.01%
B = 51.47%

CMYK

 C value IS 0.41

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53318C (or 0x53318C) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 8C. RGB value is (83,49,140). Sum of RGB (Red+Green+Blue) = 83+49+140=272 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.51% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #53318C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53318C is #ACCE73. Grayscale: #454545. Windows color (decimal): -11325044 or 9187667. OLE color: 9187667.

HSL color Cylindrical-coordinate representation of color #53318C: hue angle of 262.42º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53318C is Cyan = 0.41, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 49 140 -
CMYK 0.41 0.65 0 0.45
HSL 262.42º 0.48% 0.37% -
HSV(B) 262.42º 0.65% 0.55% -
XYZ 9.4 5.93 25.46 -
YUV 69.54 167.76 137.6 -
System Red Green Blue C M Y K H S L
Decimal 83 49 140 0.41 0.65 0 0.45 262.42 0.48 0.37
Hex 53 31 8C 29 41 0 2D 106 30 25
Octal 123 61 214 51 101 0 55 406 60 45
Binary 1010011 110001 10001100 101001 1000001 0 101101 100000110 110000 100101

Color Harmonies of #53318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53318C

Black with #53318C

Text Example


Text Example

White with #53318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53318C; }

 p { color: rgb(83,49,140); }

 H1.HeaderClassName
 {
   color: #53318C;
 }
 .AnyTagClassName
 {
   color: #53318C;
 }
</style>

background-color css

<style>
 a { background-color: #53318C; }

 a { background-color: rgb(83,49,140); }

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

border-color css

<style>
 span { border-color: #53318C; }

 span { border-color: rgb(83,49,140); }

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