Html Css Color HEX #552090 Kingfisher Daisy

📋 copy color: '#552090'

red 85 ◦ green 32 ◦ blue 144

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

Shades of Kingfisher Daisy #552090

Tints of Kingfisher Daisy #552090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.26%

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

R = 32.57%
G = 12.26%
B = 55.17%

CMYK

 C value IS 0.41

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#552090 (or 0x552090) is known color: Kingfisher Daisy. HEX triplet: 55, 20 and 90. RGB value is (85,32,144). Sum of RGB (Red+Green+Blue) = 85+32+144=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 32 (12.89% from 255 or 12.26% from 261); Blue value is 144 (56.64% from 255 or 55.17% from 261); Max value from RGB is 144 - color contains mainly: blue. Hex color #552090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552090 is #AADF6F. Grayscale: #3C3C3C. Windows color (decimal): -11198320 or 9445461. OLE color: 9445461.

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

Color convert

RGB 85 32 144 -
CMYK 0.41 0.78 0 0.44
HSL 268.39º 0.64% 0.35% -
HSV(B) 268.39º 0.78% 0.56% -
XYZ 9.3 4.98 26.86 -
YUV 60.62 175.06 145.39 -
System Red Green Blue C M Y K H S L
Decimal 85 32 144 0.41 0.78 0 0.44 268.39 0.64 0.35
Hex 55 20 90 29 4E 0 2C 10C 40 23
Octal 125 40 220 51 116 0 54 414 100 43
Binary 1010101 100000 10010000 101001 1001110 0 101100 100001100 1000000 100011

Color Harmonies of #552090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552090

Black with #552090

Text Example


Text Example

White with #552090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552090; }

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

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

background-color css

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

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

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

border-color css

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

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

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