#533975

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

Shades of Kingfisher Daisy #533975

Tints of Kingfisher Daisy #533975

Color information

#533975 (or 0x533975) is unknown color: approx Kingfisher Daisy. HEX triplet: 53, 39 and 75. RGB value is (83,57,117). Sum of RGB (Red+Green+Blue) = 83+57+117=257 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.30% from 257); Green value is 57 (22.66% from 255 or 22.18% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 117 - color contains mainly: blue. Hex color #533975 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533975 is #ACC68A. Grayscale: #474747. Windows color (decimal): -11323019 or 7682387. OLE color: 7682387.

HSL color Cylindrical-coordinate representation of color #533975: hue angle of 266º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #533975 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8357117-
CMYK0.290.5100.54
HSL266º34.48%34.12%-
HSV(B)266º51.28%45.88%-
XYZ8.246.0517.56-
YUV71.61153.61136.12-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.30%
GREEN value IS 57 (22.66% from 255) = 22.18%
BLUE value IS 117 (46.09% from 255) = 45.53%
R=32.30%
G=22.18%
B=45.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal83571170.290.5100.5426634.4834.12
Hex5339751D3303610a2222
Octal1237116535630664124242
Binary10100111110011110101111011100110110110100001010100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533975; }

 p { color: rgb(83,57,117); }

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

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

 a { background-color: rgb(83,57,117); }

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

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

 span { border-color: rgb(83,57,117); }

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