#533084

Color #533084 Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #533084

Tints of Kingfisher Daisy #533084

Color information

#533084 (or 0x533084) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 30 and 84. RGB value is (83,48,132). Sum of RGB (Red+Green+Blue) = 83+48+132=263 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.56% from 263); Green value is 48 (19.14% from 255 or 18.25% from 263); Blue value is 132 (51.95% from 255 or 50.19% from 263); Max value from RGB is 132 - color contains mainly: blue. Hex color #533084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #533084 is #ACCF7B. Grayscale: #434343. Windows color (decimal): -11325308 or 8663123. OLE color: 8663123.

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

Color convert

RGB8348132-
CMYK0.370.6400.48
HSL265º46.67%35.29%-
HSV(B)265º63.64%51.76%-
XYZ8.795.6222.45-
YUV68.04164.1138.67-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 31.56%
GREEN value IS 48 (19.14% from 255) = 18.25%
BLUE value IS 132 (51.95% from 255) = 50.19%
R=31.56%
G=18.25%
B=50.19%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal83481320.370.6400.4826546.6735.29
Hex53308425400301092f23
Octal12360204451000604115743
Binary10100111100001000010010010110000000110000100001001101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533084; }

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

 H1.HeaderClassName
 {
   color: #533084;
 }
 .AnyTagClassName
 {
   color: #533084;
 }
</style>
background-color css

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

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

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

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

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

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