Html Css Color HEX #533184 Kingfisher Daisy

📋 copy color: '#533184'

red 83 ◦ green 49 ◦ blue 132

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

Shades of Kingfisher Daisy #533184

Tints of Kingfisher Daisy #533184

RGB

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

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

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

R = 31.44%
G = 18.56%
B = 50%

CMYK

 C value IS 0.37

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533184 (or 0x533184) is known color: Kingfisher Daisy. HEX triplet: 53, 31 and 84. RGB value is (83,49,132). Sum of RGB (Red+Green+Blue) = 83+49+132=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 49 (19.53% from 255 or 18.56% from 264); Blue value is 132 (51.95% from 255 or 50% from 264); Max value from RGB is 132 - color contains mainly: blue. Hex color #533184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533184 is #ACCE7B. Grayscale: #444444. Windows color (decimal): -11325052 or 8663379. OLE color: 8663379.

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

Color convert

RGB 83 49 132 -
CMYK 0.37 0.63 0 0.48
HSL 264.58º 0.46% 0.35% -
HSV(B) 264.58º 0.63% 0.52% -
XYZ 8.83 5.7 22.46 -
YUV 68.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 83 49 132 0.37 0.63 0 0.48 264.58 0.46 0.35
Hex 53 31 84 25 3F 0 30 109 2E 23
Octal 123 61 204 45 77 0 60 411 56 43
Binary 1010011 110001 10000100 100101 111111 0 110000 100001001 101110 100011

Color Harmonies of #533184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533184

Black with #533184

Text Example


Text Example

White with #533184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533184; }

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

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

background-color css

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

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

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

border-color css

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

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

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