#55257D

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

Shades of Kingfisher Daisy #55257D

Tints of Kingfisher Daisy #55257D

Color information

#55257D (or 0x55257D) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 25 and 7D. RGB value is (85,37,125). Sum of RGB (Red+Green+Blue) = 85+37+125=247 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.41% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 125 (49.22% from 255 or 50.61% from 247); Max value from RGB is 125 - color contains mainly: blue. Hex color #55257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55257D is #AADA82. Grayscale: #3D3D3D. Windows color (decimal): -11197059 or 8201557. OLE color: 8201557.

HSL color Cylindrical-coordinate representation of color #55257D: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #55257D is Cyan = 0.32, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8537125-
CMYK0.320.7000.51
HSL272.73º54.32%31.76%-
HSV(B)272.73º70.4%49.02%-
XYZ8.114.7419.89-
YUV61.38163.9144.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.41%
GREEN value IS 37 (14.84% from 255) = 14.98%
BLUE value IS 125 (49.22% from 255) = 50.61%
R=34.41%
G=14.98%
B=50.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal85371250.320.7000.51272.7354.3231.76
Hex55257D20460331113620
Octal12545175401060634216640
Binary1010101100101111110110000010001100110011100010001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55257D; }

 p { color: rgb(85,37,125); }

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

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

 a { background-color: rgb(85,37,125); }

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

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

 span { border-color: rgb(85,37,125); }

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