Html Css Color HEX #533576 Kingfisher Daisy

📋 copy color: '#533576'

red 83 ◦ green 53 ◦ blue 118

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

Shades of Kingfisher Daisy #533576

Tints of Kingfisher Daisy #533576

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.87%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 32.68%
G = 20.87%
B = 46.46%

CMYK

 C value IS 0.30

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533576 (or 0x533576) is known color: Kingfisher Daisy. HEX triplet: 53, 35 and 76. RGB value is (83,53,118). Sum of RGB (Red+Green+Blue) = 83+53+118=254 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.68% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #533576 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533576 is #ACCA89. Grayscale: #454545. Windows color (decimal): -11324042 or 7746899. OLE color: 7746899.

HSL color Cylindrical-coordinate representation of color #533576: hue angle of 267.69º degrees, saturation: 0.38, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #533576 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 53 118 -
CMYK 0.30 0.55 0 0.54
HSL 267.69º 0.38% 0.34% -
HSV(B) 267.69º 0.55% 0.46% -
XYZ 8.11 5.69 17.81 -
YUV 69.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 83 53 118 0.30 0.55 0 0.54 267.69 0.38 0.34
Hex 53 35 76 1E 37 0 36 10C 26 22
Octal 123 65 166 36 67 0 66 414 46 42
Binary 1010011 110101 1110110 11110 110111 0 110110 100001100 100110 100010

Color Harmonies of #533576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533576

Black with #533576

Text Example


Text Example

White with #533576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533576; }

 p { color: rgb(83,53,118); }

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

background-color css

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

 a { background-color: rgb(83,53,118); }

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

border-color css

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

 span { border-color: rgb(83,53,118); }

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