Html Css Color HEX #552990 Kingfisher Daisy

📋 copy color: '#552990'

red 85 ◦ green 41 ◦ blue 144

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

Shades of Kingfisher Daisy #552990

Tints of Kingfisher Daisy #552990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.19%

 BLUE value IS 144 (56.64% from 255) = 53.33%

R = 31.48%
G = 15.19%
B = 53.33%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#552990 (or 0x552990) is known color: Kingfisher Daisy. HEX triplet: 55, 29 and 90. RGB value is (85,41,144). Sum of RGB (Red+Green+Blue) = 85+41+144=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 144 (56.64% from 255 or 53.33% from 270); Max value from RGB is 144 - color contains mainly: blue. Hex color #552990 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552990 is #AAD66F. Grayscale: #414141. Windows color (decimal): -11196016 or 9447765. OLE color: 9447765.

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

Color convert

RGB 85 41 144 -
CMYK 0.41 0.72 0 0.44
HSL 265.63º 0.56% 0.36% -
HSV(B) 265.63º 0.72% 0.56% -
XYZ 9.57 5.53 26.95 -
YUV 65.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 85 41 144 0.41 0.72 0 0.44 265.63 0.56 0.36
Hex 55 29 90 29 48 0 2C 10A 38 24
Octal 125 51 220 51 110 0 54 412 70 44
Binary 1010101 101001 10010000 101001 1001000 0 101100 100001010 111000 100100

Color Harmonies of #552990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552990

Black with #552990

Text Example


Text Example

White with #552990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552990; }

 p { color: rgb(85,41,144); }

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

background-color css

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

 a { background-color: rgb(85,41,144); }

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

border-color css

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

 span { border-color: rgb(85,41,144); }

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