Html Css Color HEX #55288D Kingfisher Daisy

📋 copy color: '#55288D'

red 85 ◦ green 40 ◦ blue 141

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

Shades of Kingfisher Daisy #55288D

Tints of Kingfisher Daisy #55288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

 BLUE value IS 141 (55.47% from 255) = 53.01%

R = 31.95%
G = 15.04%
B = 53.01%

CMYK

 C value IS 0.40

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55288D (or 0x55288D) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 8D. RGB value is (85,40,141). Sum of RGB (Red+Green+Blue) = 85+40+141=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #55288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55288D is #AAD772. Grayscale: #404040. Windows color (decimal): -11196275 or 9250901. OLE color: 9250901.

HSL color Cylindrical-coordinate representation of color #55288D: hue angle of 266.73º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55288D is Cyan = 0.40, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 40 141 -
CMYK 0.40 0.72 0 0.45
HSL 266.73º 0.56% 0.35% -
HSV(B) 266.73º 0.72% 0.55% -
XYZ 9.31 5.37 25.75 -
YUV 64.97 170.91 142.29 -
System Red Green Blue C M Y K H S L
Decimal 85 40 141 0.40 0.72 0 0.45 266.73 0.56 0.35
Hex 55 28 8D 28 48 0 2D 10B 38 23
Octal 125 50 215 50 110 0 55 413 70 43
Binary 1010101 101000 10001101 101000 1001000 0 101101 100001011 111000 100011

Color Harmonies of #55288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55288D

Black with #55288D

Text Example


Text Example

White with #55288D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55288D; }

 p { color: rgb(85,40,141); }

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

background-color css

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

 a { background-color: rgb(85,40,141); }

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

border-color css

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

 span { border-color: rgb(85,40,141); }

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