Html Css Color HEX #552197 Kingfisher Daisy

📋 copy color: '#552197'

red 85 ◦ green 33 ◦ blue 151

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

Shades of Kingfisher Daisy #552197

Tints of Kingfisher Daisy #552197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 56.13%

R = 31.6%
G = 12.27%
B = 56.13%

CMYK

 C value IS 0.44

 M value IS 0.78

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#552197 (or 0x552197) is known color: Kingfisher Daisy. HEX triplet: 55, 21 and 97. RGB value is (85,33,151). Sum of RGB (Red+Green+Blue) = 85+33+151=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 151 (59.38% from 255 or 56.13% from 269); Max value from RGB is 151 - color contains mainly: blue. Hex color #552197 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552197 is #AADE68. Grayscale: #3D3D3D. Windows color (decimal): -11198057 or 9904469. OLE color: 9904469.

HSL color Cylindrical-coordinate representation of color #552197: hue angle of 266.44º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #552197 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 33 151 -
CMYK 0.44 0.78 0 0.41
HSL 266.44º 0.64% 0.36% -
HSV(B) 266.44º 0.78% 0.59% -
XYZ 9.88 5.25 29.77 -
YUV 62 178.23 144.41 -
System Red Green Blue C M Y K H S L
Decimal 85 33 151 0.44 0.78 0 0.41 266.44 0.64 0.36
Hex 55 21 97 2C 4E 0 29 10A 40 24
Octal 125 41 227 54 116 0 51 412 100 44
Binary 1010101 100001 10010111 101100 1001110 0 101001 100001010 1000000 100100

Color Harmonies of #552197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552197

Black with #552197

Text Example


Text Example

White with #552197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552197; }

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

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

background-color css

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

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

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

border-color css

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

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

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