#553283

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

Shades of Kingfisher Daisy #553283

Tints of Kingfisher Daisy #553283

Color information

#553283 (or 0x553283) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 32 and 83. RGB value is (85,50,131). Sum of RGB (Red+Green+Blue) = 85+50+131=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #553283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553283 is #AACD7C. Grayscale: #454545. Windows color (decimal): -11193725 or 8598101. OLE color: 8598101.

HSL color Cylindrical-coordinate representation of color #553283: hue angle of 265.93º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #553283 is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8550131-
CMYK0.350.6200.49
HSL265.93º44.75%35.49%-
HSV(B)265.93º61.83%51.37%-
XYZ8.985.8522.13-
YUV69.7162.6138.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.95%
GREEN value IS 50 (19.92% from 255) = 18.80%
BLUE value IS 131 (51.56% from 255) = 49.25%
R=31.95%
G=18.80%
B=49.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85501310.350.6200.49265.9344.7535.49
Hex553283233E03110a2d23
Octal1256220343760614125543
Binary1010101110010100000111000111111100110001100001010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553283; }

 p { color: rgb(85,50,131); }

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

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

 a { background-color: rgb(85,50,131); }

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

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

 span { border-color: rgb(85,50,131); }

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