Html Css Color HEX #533479 Kingfisher Daisy

📋 copy color: '#533479'

red 83 ◦ green 52 ◦ blue 121

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

Shades of Kingfisher Daisy #533479

Tints of Kingfisher Daisy #533479

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20.31%

 BLUE value IS 121 (47.66% from 255) = 47.27%

R = 32.42%
G = 20.31%
B = 47.27%

CMYK

 C value IS 0.31

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#533479 (or 0x533479) is known color: Kingfisher Daisy. HEX triplet: 53, 34 and 79. RGB value is (83,52,121). Sum of RGB (Red+Green+Blue) = 83+52+121=256 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.42% from 256); Green value is 52 (20.70% from 255 or 20.31% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #533479 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533479 is #ACCB86. Grayscale: #444444. Windows color (decimal): -11324295 or 7943251. OLE color: 7943251.

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

Color convert

RGB 83 52 121 -
CMYK 0.31 0.57 0 0.53
HSL 266.96º 0.4% 0.34% -
HSV(B) 266.96º 0.57% 0.47% -
XYZ 8.25 5.68 18.75 -
YUV 69.14 157.27 137.89 -
System Red Green Blue C M Y K H S L
Decimal 83 52 121 0.31 0.57 0 0.53 266.96 0.4 0.34
Hex 53 34 79 1F 39 0 35 10B 28 22
Octal 123 64 171 37 71 0 65 413 50 42
Binary 1010011 110100 1111001 11111 111001 0 110101 100001011 101000 100010

Color Harmonies of #533479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533479

Black with #533479

Text Example


Text Example

White with #533479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533479; }

 p { color: rgb(83,52,121); }

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

background-color css

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

 a { background-color: rgb(83,52,121); }

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

border-color css

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

 span { border-color: rgb(83,52,121); }

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