Html Css Color HEX #551C9B Kingfisher Daisy

📋 copy color: '#551C9B'

red 85 ◦ green 28 ◦ blue 155

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

Shades of Kingfisher Daisy #551C9B

Tints of Kingfisher Daisy #551C9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 31.72%
G = 10.45%
B = 57.84%

CMYK

 C value IS 0.45

 M value IS 0.82

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#551C9B (or 0x551C9B) is known color: Kingfisher Daisy. HEX triplet: 55, 1C and 9B. RGB value is (85,28,155). Sum of RGB (Red+Green+Blue) = 85+28+155=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #551C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #551C9B is #AAE364. Grayscale: #3B3B3B. Windows color (decimal): -11199333 or 10165333. OLE color: 10165333.

HSL color Cylindrical-coordinate representation of color #551C9B: hue angle of 266.93º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #551C9B is Cyan = 0.45, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 28 155 -
CMYK 0.45 0.82 0 0.39
HSL 266.93º 0.69% 0.36% -
HSV(B) 266.93º 0.82% 0.61% -
XYZ 10.08 5.13 31.47 -
YUV 59.52 181.88 146.17 -
System Red Green Blue C M Y K H S L
Decimal 85 28 155 0.45 0.82 0 0.39 266.93 0.69 0.36
Hex 55 1C 9B 2D 52 0 27 10B 45 24
Octal 125 34 233 55 122 0 47 413 105 44
Binary 1010101 11100 10011011 101101 1010010 0 100111 100001011 1000101 100100

Color Harmonies of #551C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551C9B

Black with #551C9B

Text Example


Text Example

White with #551C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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