Html Css Color HEX #53347C Kingfisher Daisy

📋 copy color: '#53347C'

red 83 ◦ green 52 ◦ blue 124

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

Shades of Kingfisher Daisy #53347C

Tints of Kingfisher Daisy #53347C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.08%

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 32.05%
G = 20.08%
B = 47.88%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#53347C (or 0x53347C) is known color: Kingfisher Daisy. HEX triplet: 53, 34 and 7C. RGB value is (83,52,124). Sum of RGB (Red+Green+Blue) = 83+52+124=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 52 (20.70% from 255 or 20.08% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #53347C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53347C is #ACCB83. Grayscale: #454545. Windows color (decimal): -11324292 or 8139859. OLE color: 8139859.

HSL color Cylindrical-coordinate representation of color #53347C: hue angle of 265.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53347C is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 52 124 -
CMYK 0.33 0.58 0 0.51
HSL 265.83º 0.41% 0.35% -
HSV(B) 265.83º 0.58% 0.49% -
XYZ 8.43 5.75 19.73 -
YUV 69.48 158.77 137.65 -
System Red Green Blue C M Y K H S L
Decimal 83 52 124 0.33 0.58 0 0.51 265.83 0.41 0.35
Hex 53 34 7C 21 3A 0 33 10A 29 23
Octal 123 64 174 41 72 0 63 412 51 43
Binary 1010011 110100 1111100 100001 111010 0 110011 100001010 101001 100011

Color Harmonies of #53347C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53347C

Black with #53347C

Text Example


Text Example

White with #53347C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,52,124); }

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

background-color css

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

 a { background-color: rgb(83,52,124); }

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

border-color css

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

 span { border-color: rgb(83,52,124); }

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