Html Css Color HEX #55278F Kingfisher Daisy

📋 copy color: '#55278F'

red 85 ◦ green 39 ◦ blue 143

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

Shades of Kingfisher Daisy #55278F

Tints of Kingfisher Daisy #55278F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.61%

 BLUE value IS 143 (56.25% from 255) = 53.56%

R = 31.84%
G = 14.61%
B = 53.56%

CMYK

 C value IS 0.41

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55278F (or 0x55278F) is known color: Kingfisher Daisy. HEX triplet: 55, 27 and 8F. RGB value is (85,39,143). Sum of RGB (Red+Green+Blue) = 85+39+143=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #55278F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55278F is #AAD870. Grayscale: #404040. Windows color (decimal): -11196529 or 9381717. OLE color: 9381717.

HSL color Cylindrical-coordinate representation of color #55278F: hue angle of 266.54º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55278F is Cyan = 0.41, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 85 39 143 -
CMYK 0.41 0.73 0 0.44
HSL 266.54º 0.57% 0.36% -
HSV(B) 266.54º 0.73% 0.56% -
XYZ 9.43 5.37 26.53 -
YUV 64.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 85 39 143 0.41 0.73 0 0.44 266.54 0.57 0.36
Hex 55 27 8F 29 49 0 2C 10B 39 24
Octal 125 47 217 51 111 0 54 413 71 44
Binary 1010101 100111 10001111 101001 1001001 0 101100 100001011 111001 100100

Color Harmonies of #55278F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55278F

Black with #55278F

Text Example


Text Example

White with #55278F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55278F; }

 p { color: rgb(85,39,143); }

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

background-color css

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

 a { background-color: rgb(85,39,143); }

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

border-color css

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

 span { border-color: rgb(85,39,143); }

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