#551C98

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

Shades of Kingfisher Daisy #551C98

Tints of Kingfisher Daisy #551C98

Color information

#551C98 (or 0x551C98) is unknown color: approx Kingfisher Daisy. HEX triplet: 55, 1C and 98. RGB value is (85,28,152). Sum of RGB (Red+Green+Blue) = 85+28+152=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 28 (11.33% from 255 or 10.57% from 265); Blue value is 152 (59.77% from 255 or 57.36% from 265); Max value from RGB is 152 - color contains mainly: blue. Hex color #551C98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551C98 is #AAE367. Grayscale: #3A3A3A. Windows color (decimal): -11199336 or 9968725. OLE color: 9968725.

HSL color Cylindrical-coordinate representation of color #551C98: hue angle of 267.58º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551C98 is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8528152-
CMYK0.440.8200.40
HSL267.58º68.89%35.29%-
HSV(B)267.58º81.58%59.61%-
XYZ9.835.0330.16-
YUV59.18180.38146.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 28 (11.33% from 255) = 10.57%
BLUE value IS 152 (59.77% from 255) = 57.36%
R=32.08%
G=10.57%
B=57.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal85281520.440.8200.40267.5868.8935.29
Hex551C982C5202810c4523
Octal125342305412205041410543
Binary10101011110010011000101100101001001010001000011001000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #551C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,28,152); }

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

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

 a { background-color: rgb(85,28,152); }

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

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

 span { border-color: rgb(85,28,152); }

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