Html Css Color HEX #551D99 Kingfisher Daisy

📋 copy color: '#551D99'

red 85 ◦ green 29 ◦ blue 153

#551D99
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kingfisher Daisy #551D99

Tints of Kingfisher Daisy #551D99

RGB

 RED value IS 85 (33.59% from 255) = 31.84%

 GREEN value IS 29 (11.72% from 255) = 10.86%

 BLUE value IS 153 (60.16% from 255) = 57.3%

R = 31.84%
G = 10.86%
B = 57.3%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#551D99 (or 0x551D99) is known color: Kingfisher Daisy. HEX triplet: 55, 1D and 99. RGB value is (85,29,153). Sum of RGB (Red+Green+Blue) = 85+29+153=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 29 (11.72% from 255 or 10.86% from 267); Blue value is 153 (60.16% from 255 or 57.30% from 267); Max value from RGB is 153 - color contains mainly: blue. Hex color #551D99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551D99 is #AAE266. Grayscale: #3B3B3B. Windows color (decimal): -11199079 or 10034517. OLE color: 10034517.

HSL color Cylindrical-coordinate representation of color #551D99: hue angle of 267.1º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #551D99 is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 85 29 153 -
CMYK 0.44 0.81 0 0.4
HSL 267.1º 0.68% 0.36% -
HSV(B) 267.1º 0.81% 0.6% -
XYZ 9.94 5.11 30.6 -
YUV 59.88 180.55 145.92 -
System Red Green Blue C M Y K H S L
Decimal 85 29 153 0.44 0.81 0 0.4 267.1 0.68 0.36
Hex 55 1D 99 2C 51 0 28 10B 44 24
Octal 125 35 231 54 121 0 50 413 104 44
Binary 1010101 11101 10011001 101100 1010001 0 101000 100001011 1000100 100100

Color Harmonies of #551D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551D99

Black with #551D99

Text Example


Text Example

White with #551D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,29,153); }

 H1.HeaderClassName
 {
   color: #551D99;
 }
 .AnyTagClassName
 {
   color: #551D99;
 }
</style>

background-color css

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

 a { background-color: rgb(85,29,153); }

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

border-color css

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

 span { border-color: rgb(85,29,153); }

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