Html Css Color HEX #551C81 Kingfisher Daisy

📋 copy color: '#551C81'

red 85 ◦ green 28 ◦ blue 129

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

Shades of Kingfisher Daisy #551C81

Tints of Kingfisher Daisy #551C81

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.57%

 BLUE value IS 129 (50.78% from 255) = 53.31%

R = 35.12%
G = 11.57%
B = 53.31%

CMYK

 C value IS 0.34

 M value IS 0.78

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#551C81 (or 0x551C81) is known color: Kingfisher Daisy. HEX triplet: 55, 1C and 81. RGB value is (85,28,129). Sum of RGB (Red+Green+Blue) = 85+28+129=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 129 (50.78% from 255 or 53.31% from 242); Max value from RGB is 129 - color contains mainly: blue. Hex color #551C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551C81 is #AAE37E. Grayscale: #383838. Windows color (decimal): -11199359 or 8461397. OLE color: 8461397.

HSL color Cylindrical-coordinate representation of color #551C81: hue angle of 273.86º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #551C81 is Cyan = 0.34, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 28 129 -
CMYK 0.34 0.78 0 0.49
HSL 273.86º 0.64% 0.31% -
HSV(B) 273.86º 0.78% 0.51% -
XYZ 8.12 4.35 21.18 -
YUV 56.56 168.88 148.29 -
System Red Green Blue C M Y K H S L
Decimal 85 28 129 0.34 0.78 0 0.49 273.86 0.64 0.31
Hex 55 1C 81 22 4E 0 31 112 40 1F
Octal 125 34 201 42 116 0 61 422 100 37
Binary 1010101 11100 10000001 100010 1001110 0 110001 100010010 1000000 11111

Color Harmonies of #551C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C81

Black with #551C81

Text Example


Text Example

White with #551C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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