Html Css Color HEX #533C80 Kingfisher Daisy

📋 copy color: '#533C80'

red 83 ◦ green 60 ◦ blue 128

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

Shades of Kingfisher Daisy #533C80

Tints of Kingfisher Daisy #533C80

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

 BLUE value IS 128 (50.39% from 255) = 47.23%

R = 30.63%
G = 22.14%
B = 47.23%

CMYK

 C value IS 0.35

 M value IS 0.53

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#533C80 (or 0x533C80) is known color: Kingfisher Daisy. HEX triplet: 53, 3C and 80. RGB value is (83,60,128). Sum of RGB (Red+Green+Blue) = 83+60+128=271 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.63% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 128 (50.39% from 255 or 47.23% from 271); Max value from RGB is 128 - color contains mainly: blue. Hex color #533C80 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533C80 is #ACC37F. Grayscale: #4A4A4A. Windows color (decimal): -11322240 or 8404051. OLE color: 8404051.

HSL color Cylindrical-coordinate representation of color #533C80: hue angle of 260.29º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #533C80 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 60 128 -
CMYK 0.35 0.53 0 0.50
HSL 260.29º 0.36% 0.37% -
HSV(B) 260.29º 0.53% 0.5% -
XYZ 9.08 6.63 21.22 -
YUV 74.63 158.12 133.97 -
System Red Green Blue C M Y K H S L
Decimal 83 60 128 0.35 0.53 0 0.50 260.29 0.36 0.37
Hex 53 3C 80 23 35 0 32 104 24 25
Octal 123 74 200 43 65 0 62 404 44 45
Binary 1010011 111100 10000000 100011 110101 0 110010 100000100 100100 100101

Color Harmonies of #533C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533C80

Black with #533C80

Text Example


Text Example

White with #533C80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,60,128); }

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

background-color css

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

 a { background-color: rgb(83,60,128); }

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

border-color css

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

 span { border-color: rgb(83,60,128); }

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