Html Css Color HEX #533578 Kingfisher Daisy

📋 copy color: '#533578'

red 83 ◦ green 53 ◦ blue 120

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

Shades of Kingfisher Daisy #533578

Tints of Kingfisher Daisy #533578

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 32.42%
G = 20.7%
B = 46.88%

CMYK

 C value IS 0.31

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#533578 (or 0x533578) is known color: Kingfisher Daisy. HEX triplet: 53, 35 and 78. RGB value is (83,53,120). Sum of RGB (Red+Green+Blue) = 83+53+120=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 53 (21.09% from 255 or 20.70% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #533578 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533578 is #ACCA87. Grayscale: #454545. Windows color (decimal): -11324040 or 7877971. OLE color: 7877971.

HSL color Cylindrical-coordinate representation of color #533578: hue angle of 266.87º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #533578 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 53 120 -
CMYK 0.31 0.56 0 0.53
HSL 266.87º 0.39% 0.34% -
HSV(B) 266.87º 0.56% 0.47% -
XYZ 8.23 5.74 18.44 -
YUV 69.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 83 53 120 0.31 0.56 0 0.53 266.87 0.39 0.34
Hex 53 35 78 1F 38 0 35 10B 27 22
Octal 123 65 170 37 70 0 65 413 47 42
Binary 1010011 110101 1111000 11111 111000 0 110101 100001011 100111 100010

Color Harmonies of #533578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533578

Black with #533578

Text Example


Text Example

White with #533578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533578; }

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

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

background-color css

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

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

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

border-color css

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

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

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