Html Css Color HEX #53298C Kingfisher Daisy

📋 copy color: '#53298C'

red 83 ◦ green 41 ◦ blue 140

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

Shades of Kingfisher Daisy #53298C

Tints of Kingfisher Daisy #53298C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.53%

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

R = 31.44%
G = 15.53%
B = 53.03%

CMYK

 C value IS 0.41

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#53298C (or 0x53298C) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 8C. RGB value is (83,41,140). Sum of RGB (Red+Green+Blue) = 83+41+140=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 140 (55.08% from 255 or 53.03% from 264); Max value from RGB is 140 - color contains mainly: blue. Hex color #53298C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53298C is #ACD673. Grayscale: #404040. Windows color (decimal): -11327092 or 9185619. OLE color: 9185619.

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

Color convert

RGB 83 41 140 -
CMYK 0.41 0.71 0 0.45
HSL 265.45º 0.55% 0.35% -
HSV(B) 265.45º 0.71% 0.55% -
XYZ 9.09 5.32 25.36 -
YUV 64.84 170.41 140.95 -
System Red Green Blue C M Y K H S L
Decimal 83 41 140 0.41 0.71 0 0.45 265.45 0.55 0.35
Hex 53 29 8C 29 47 0 2D 109 37 23
Octal 123 51 214 51 107 0 55 411 67 43
Binary 1010011 101001 10001100 101001 1000111 0 101101 100001001 110111 100011

Color Harmonies of #53298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53298C

Black with #53298C

Text Example


Text Example

White with #53298C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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