#551B8A

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

Shades of Kingfisher Daisy #551B8A

Tints of Kingfisher Daisy #551B8A

Color information

#551B8A (or 0x551B8A) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1B and 8A. RGB value is (85,27,138). Sum of RGB (Red+Green+Blue) = 85+27+138=250 (33% of max value = 765). Red value is 85 (33.59% from 255 or 34% from 250); Green value is 27 (10.94% from 255 or 10.8% from 250); Blue value is 138 (54.30% from 255 or 55.2% from 250); Max value from RGB is 138 - color contains mainly: blue. Hex color #551B8A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551B8A is #AAE475. Grayscale: #383838. Windows color (decimal): -11199606 or 9050965. OLE color: 9050965.

HSL color Cylindrical-coordinate representation of color #551B8A: hue angle of 271.35º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #551B8A is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8527138-
CMYK0.380.8000.46
HSL271.35º67.27%32.35%-
HSV(B)271.35º80.43%54.12%-
XYZ8.734.5524.46-
YUV57173.72147.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34%
GREEN value IS 27 (10.94% from 255) = 10.8%
BLUE value IS 138 (54.30% from 255) = 55.2%
R=34%
G=10.8%
B=55.2%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85271380.380.8000.46271.3567.2732.35
Hex551B8A265002E10f4320
Octal125332124612005641710340
Binary10101011101110001010100110101000001011101000011111000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #551B8A; }

 p { color: rgb(85,27,138); }

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

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

 a { background-color: rgb(85,27,138); }

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

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

 span { border-color: rgb(85,27,138); }

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