Html Css Color HEX #55288C Kingfisher Daisy

📋 copy color: '#55288C'

red 85 ◦ green 40 ◦ blue 140

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

Shades of Kingfisher Daisy #55288C

Tints of Kingfisher Daisy #55288C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.83%

R = 32.08%
G = 15.09%
B = 52.83%

CMYK

 C value IS 0.39

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#55288C (or 0x55288C) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 8C. RGB value is (85,40,140). Sum of RGB (Red+Green+Blue) = 85+40+140=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 140 (55.08% from 255 or 52.83% from 265); Max value from RGB is 140 - color contains mainly: blue. Hex color #55288C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55288C is #AAD773. Grayscale: #404040. Windows color (decimal): -11196276 or 9185365. OLE color: 9185365.

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

Color convert

RGB 85 40 140 -
CMYK 0.39 0.71 0 0.45
HSL 267º 0.56% 0.35% -
HSV(B) 267º 0.71% 0.55% -
XYZ 9.24 5.34 25.36 -
YUV 64.86 170.41 142.37 -
System Red Green Blue C M Y K H S L
Decimal 85 40 140 0.39 0.71 0 0.45 267 0.56 0.35
Hex 55 28 8C 27 47 0 2D 10B 38 23
Octal 125 50 214 47 107 0 55 413 70 43
Binary 1010101 101000 10001100 100111 1000111 0 101101 100001011 111000 100011

Color Harmonies of #55288C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55288C

Black with #55288C

Text Example


Text Example

White with #55288C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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