Html Css Color HEX #533384 Kingfisher Daisy

📋 copy color: '#533384'

red 83 ◦ green 51 ◦ blue 132

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

Shades of Kingfisher Daisy #533384

Tints of Kingfisher Daisy #533384

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.17%

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

R = 31.2%
G = 19.17%
B = 49.62%

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

#533384 (or 0x533384) is known color: Kingfisher Daisy. HEX triplet: 53, 33 and 84. RGB value is (83,51,132). Sum of RGB (Red+Green+Blue) = 83+51+132=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 132 (51.95% from 255 or 49.62% from 266); Max value from RGB is 132 - color contains mainly: blue. Hex color #533384 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533384 is #ACCC7B. Grayscale: #454545. Windows color (decimal): -11324540 or 8663891. OLE color: 8663891.

HSL color Cylindrical-coordinate representation of color #533384: hue angle of 263.7º degrees, saturation: 0.44, 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 #533384 is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 83 51 132 -
CMYK 0.37 0.61 0 0.48
HSL 263.7º 0.44% 0.36% -
HSV(B) 263.7º 0.61% 0.52% -
XYZ 8.92 5.87 22.49 -
YUV 69.8 163.1 137.41 -
System Red Green Blue C M Y K H S L
Decimal 83 51 132 0.37 0.61 0 0.48 263.7 0.44 0.36
Hex 53 33 84 25 3D 0 30 108 2C 24
Octal 123 63 204 45 75 0 60 410 54 44
Binary 1010011 110011 10000100 100101 111101 0 110000 100001000 101100 100100

Color Harmonies of #533384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533384

Black with #533384

Text Example


Text Example

White with #533384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533384; }

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

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

background-color css

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

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

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

border-color css

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

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

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