Html Css Color HEX #552380 Kingfisher Daisy

📋 copy color: '#552380'

red 85 ◦ green 35 ◦ blue 128

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

Shades of Kingfisher Daisy #552380

Tints of Kingfisher Daisy #552380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 34.27%
G = 14.11%
B = 51.61%

CMYK

 C value IS 0.34

 M value IS 0.73

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#552380 (or 0x552380) is known color: Kingfisher Daisy. HEX triplet: 55, 23 and 80. RGB value is (85,35,128). Sum of RGB (Red+Green+Blue) = 85+35+128=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 35 (14.06% from 255 or 14.11% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #552380 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #552380 is #AADC7F. Grayscale: #3C3C3C. Windows color (decimal): -11197568 or 8397653. OLE color: 8397653.

HSL color Cylindrical-coordinate representation of color #552380: hue angle of 272.26º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #552380 is Cyan = 0.34, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 35 128 -
CMYK 0.34 0.73 0 0.50
HSL 272.26º 0.57% 0.32% -
HSV(B) 272.26º 0.73% 0.5% -
XYZ 8.24 4.69 20.89 -
YUV 60.55 166.07 145.44 -
System Red Green Blue C M Y K H S L
Decimal 85 35 128 0.34 0.73 0 0.50 272.26 0.57 0.32
Hex 55 23 80 22 49 0 32 110 39 20
Octal 125 43 200 42 111 0 62 420 71 40
Binary 1010101 100011 10000000 100010 1001001 0 110010 100010000 111001 100000

Color Harmonies of #552380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #552380

Black with #552380

Text Example


Text Example

White with #552380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #552380; }

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

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

background-color css

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

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

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

border-color css

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

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

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