Html Css Color HEX #533285 Kingfisher Daisy

📋 copy color: '#533285'

red 83 ◦ green 50 ◦ blue 133

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

Shades of Kingfisher Daisy #533285

Tints of Kingfisher Daisy #533285

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.8%

 BLUE value IS 133 (52.34% from 255) = 50%

R = 31.2%
G = 18.8%
B = 50%

CMYK

 C value IS 0.38

 M value IS 0.62

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#533285 (or 0x533285) is known color: Kingfisher Daisy. HEX triplet: 53, 32 and 85. RGB value is (83,50,133). Sum of RGB (Red+Green+Blue) = 83+50+133=266 (35% of max value = 765). Red value is 83 (32.81% from 255 or 31.20% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #533285 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533285 is #ACCD7A. Grayscale: #454545. Windows color (decimal): -11324795 or 8729171. OLE color: 8729171.

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

Color convert

RGB 83 50 133 -
CMYK 0.38 0.62 0 0.48
HSL 263.86º 0.45% 0.36% -
HSV(B) 263.86º 0.62% 0.52% -
XYZ 8.94 5.81 22.84 -
YUV 69.33 163.93 137.75 -
System Red Green Blue C M Y K H S L
Decimal 83 50 133 0.38 0.62 0 0.48 263.86 0.45 0.36
Hex 53 32 85 26 3E 0 30 108 2D 24
Octal 123 62 205 46 76 0 60 410 55 44
Binary 1010011 110010 10000101 100110 111110 0 110000 100001000 101101 100100

Color Harmonies of #533285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533285

Black with #533285

Text Example


Text Example

White with #533285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533285; }

 p { color: rgb(83,50,133); }

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

background-color css

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

 a { background-color: rgb(83,50,133); }

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

border-color css

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

 span { border-color: rgb(83,50,133); }

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