Html Css Color HEX #533A73 Kingfisher Daisy

📋 copy color: '#533A73'

red 83 ◦ green 58 ◦ blue 115

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

Shades of Kingfisher Daisy #533A73

Tints of Kingfisher Daisy #533A73

RGB

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

 GREEN value IS 58 (23.05% from 255) = 22.66%

 BLUE value IS 115 (45.31% from 255) = 44.92%

R = 32.42%
G = 22.66%
B = 44.92%

CMYK

 C value IS 0.28

 M value IS 0.50

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#533A73 (or 0x533A73) is known color: Kingfisher Daisy. HEX triplet: 53, 3A and 73. RGB value is (83,58,115). Sum of RGB (Red+Green+Blue) = 83+58+115=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 58 (23.05% from 255 or 22.66% from 256); Blue value is 115 (45.31% from 255 or 44.92% from 256); Max value from RGB is 115 - color contains mainly: blue. Hex color #533A73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A73 is #ACC58C. Grayscale: #474747. Windows color (decimal): -11322765 or 7551571. OLE color: 7551571.

HSL color Cylindrical-coordinate representation of color #533A73: hue angle of 266.32º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #533A73 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 58 115 -
CMYK 0.28 0.50 0 0.55
HSL 266.32º 0.33% 0.34% -
HSV(B) 266.32º 0.5% 0.45% -
XYZ 8.17 6.1 16.97 -
YUV 71.97 152.28 135.87 -
System Red Green Blue C M Y K H S L
Decimal 83 58 115 0.28 0.50 0 0.55 266.32 0.33 0.34
Hex 53 3A 73 1C 32 0 37 10A 21 22
Octal 123 72 163 34 62 0 67 412 41 42
Binary 1010011 111010 1110011 11100 110010 0 110111 100001010 100001 100010

Color Harmonies of #533A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533A73

Black with #533A73

Text Example


Text Example

White with #533A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533A73; }

 p { color: rgb(83,58,115); }

 H1.HeaderClassName
 {
   color: #533A73;
 }
 .AnyTagClassName
 {
   color: #533A73;
 }
</style>

background-color css

<style>
 a { background-color: #533A73; }

 a { background-color: rgb(83,58,115); }

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

border-color css

<style>
 span { border-color: #533A73; }

 span { border-color: rgb(83,58,115); }

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