Html Css Color HEX #533484 Kingfisher Daisy

📋 copy color: '#533484'

red 83 ◦ green 52 ◦ blue 132

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

Shades of Kingfisher Daisy #533484

Tints of Kingfisher Daisy #533484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 49.44%

R = 31.09%
G = 19.48%
B = 49.44%

CMYK

 C value IS 0.37

 M value IS 0.61

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533484 (or 0x533484) is known color: Kingfisher Daisy. HEX triplet: 53, 34 and 84. RGB value is (83,52,132). Sum of RGB (Red+Green+Blue) = 83+52+132=267 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.09% from 267); Green value is 52 (20.70% from 255 or 19.48% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 132 - color contains mainly: blue. Hex color #533484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533484 is #ACCB7B. Grayscale: #464646. Windows color (decimal): -11324284 or 8664147. OLE color: 8664147.

HSL color Cylindrical-coordinate representation of color #533484: hue angle of 263.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #533484 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 52 132 -
CMYK 0.37 0.61 0 0.48
HSL 263.25º 0.43% 0.36% -
HSV(B) 263.25º 0.61% 0.52% -
XYZ 8.96 5.96 22.51 -
YUV 70.39 162.77 137 -
System Red Green Blue C M Y K H S L
Decimal 83 52 132 0.37 0.61 0 0.48 263.25 0.43 0.36
Hex 53 34 84 25 3D 0 30 107 2B 24
Octal 123 64 204 45 75 0 60 407 53 44
Binary 1010011 110100 10000100 100101 111101 0 110000 100000111 101011 100100

Color Harmonies of #533484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533484

Black with #533484

Text Example


Text Example

White with #533484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533484; }

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

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

background-color css

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

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

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

border-color css

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

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

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