Html Css Color HEX #533180 Kingfisher Daisy

📋 copy color: '#533180'

red 83 ◦ green 49 ◦ blue 128

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

Shades of Kingfisher Daisy #533180

Tints of Kingfisher Daisy #533180

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.85%

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

R = 31.92%
G = 18.85%
B = 49.23%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#533180 (or 0x533180) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 80. RGB value is (83,49,128). Sum of RGB (Red+Green+Blue) = 83+49+128=260 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.92% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 128 (50.39% from 255 or 49.23% from 260); Max value from RGB is 128 - color contains mainly: blue. Hex color #533180 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533180 is #ACCE7F. Grayscale: #434343. Windows color (decimal): -11325056 or 8401235. OLE color: 8401235.

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

Color convert

RGB 83 49 128 -
CMYK 0.35 0.62 0 0.50
HSL 265.82º 0.45% 0.35% -
HSV(B) 265.82º 0.62% 0.5% -
XYZ 8.56 5.59 21.05 -
YUV 68.17 161.76 138.58 -
System Red Green Blue C M Y K H S L
Decimal 83 49 128 0.35 0.62 0 0.50 265.82 0.45 0.35
Hex 53 31 80 23 3E 0 32 10A 2D 23
Octal 123 61 200 43 76 0 62 412 55 43
Binary 1010011 110001 10000000 100011 111110 0 110010 100001010 101101 100011

Color Harmonies of #533180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533180

Black with #533180

Text Example


Text Example

White with #533180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533180; }

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

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

background-color css

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

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

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

border-color css

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

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

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