Html Css Color HEX #552191 Kingfisher Daisy

📋 copy color: '#552191'

red 85 ◦ green 33 ◦ blue 145

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

Shades of Kingfisher Daisy #552191

Tints of Kingfisher Daisy #552191

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.55%

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 32.32%
G = 12.55%
B = 55.13%

CMYK

 C value IS 0.41

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#552191 (or 0x552191) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 91. RGB value is (85,33,145). Sum of RGB (Red+Green+Blue) = 85+33+145=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 33 (13.28% from 255 or 12.55% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #552191 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552191 is #AADE6E. Grayscale: #3C3C3C. Windows color (decimal): -11198063 or 9511253. OLE color: 9511253.

HSL color Cylindrical-coordinate representation of color #552191: hue angle of 267.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #552191 is Cyan = 0.41, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 33 145 -
CMYK 0.41 0.77 0 0.43
HSL 267.86º 0.63% 0.35% -
HSV(B) 267.86º 0.77% 0.57% -
XYZ 9.4 5.06 27.27 -
YUV 61.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 85 33 145 0.41 0.77 0 0.43 267.86 0.63 0.35
Hex 55 21 91 29 4D 0 2B 10C 3F 23
Octal 125 41 221 51 115 0 53 414 77 43
Binary 1010101 100001 10010001 101001 1001101 0 101011 100001100 111111 100011

Color Harmonies of #552191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552191

Black with #552191

Text Example


Text Example

White with #552191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552191; }

 p { color: rgb(85,33,145); }

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

background-color css

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

 a { background-color: rgb(85,33,145); }

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

border-color css

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

 span { border-color: rgb(85,33,145); }

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