Html Css Color HEX #53298E Kingfisher Daisy

📋 copy color: '#53298E'

red 83 ◦ green 41 ◦ blue 142

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

Shades of Kingfisher Daisy #53298E

Tints of Kingfisher Daisy #53298E

RGB

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

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

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

R = 31.2%
G = 15.41%
B = 53.38%

CMYK

 C value IS 0.42

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#53298E (or 0x53298E) is known color: Kingfisher Daisy. HEX triplet: 53, 29 and 8E. RGB value is (83,41,142). Sum of RGB (Red+Green+Blue) = 83+41+142=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 142 (55.86% from 255 or 53.38% from 266); Max value from RGB is 142 - color contains mainly: blue. Hex color #53298E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #53298E is #ACD671. Grayscale: #404040. Windows color (decimal): -11327090 or 9316691. OLE color: 9316691.

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

Color convert

RGB 83 41 142 -
CMYK 0.42 0.71 0 0.44
HSL 264.95º 0.55% 0.36% -
HSV(B) 264.95º 0.71% 0.56% -
XYZ 9.24 5.38 26.14 -
YUV 65.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 83 41 142 0.42 0.71 0 0.44 264.95 0.55 0.36
Hex 53 29 8E 2A 47 0 2C 109 37 24
Octal 123 51 216 52 107 0 54 411 67 44
Binary 1010011 101001 10001110 101010 1000111 0 101100 100001001 110111 100100

Color Harmonies of #53298E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53298E

Black with #53298E

Text Example


Text Example

White with #53298E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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