Html Css Color HEX #552390 Kingfisher Daisy

📋 copy color: '#552390'

red 85 ◦ green 35 ◦ blue 144

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

Shades of Kingfisher Daisy #552390

Tints of Kingfisher Daisy #552390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.26%

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

R = 32.2%
G = 13.26%
B = 54.55%

CMYK

 C value IS 0.41

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#552390 (or 0x552390) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 90. RGB value is (85,35,144). Sum of RGB (Red+Green+Blue) = 85+35+144=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 35 (14.06% from 255 or 13.26% from 264); Blue value is 144 (56.64% from 255 or 54.55% from 264); Max value from RGB is 144 - color contains mainly: blue. Hex color #552390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552390 is #AADC6F. Grayscale: #3D3D3D. Windows color (decimal): -11197552 or 9446229. OLE color: 9446229.

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

Color convert

RGB 85 35 144 -
CMYK 0.41 0.76 0 0.44
HSL 267.52º 0.61% 0.35% -
HSV(B) 267.52º 0.76% 0.56% -
XYZ 9.38 5.15 26.88 -
YUV 62.38 174.07 144.14 -
System Red Green Blue C M Y K H S L
Decimal 85 35 144 0.41 0.76 0 0.44 267.52 0.61 0.35
Hex 55 23 90 29 4C 0 2C 10C 3D 23
Octal 125 43 220 51 114 0 54 414 75 43
Binary 1010101 100011 10010000 101001 1001100 0 101100 100001100 111101 100011

Color Harmonies of #552390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552390

Black with #552390

Text Example


Text Example

White with #552390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552390; }

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

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

background-color css

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

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

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

border-color css

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

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

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