Html Css Color HEX #55288F Kingfisher Daisy

📋 copy color: '#55288F'

red 85 ◦ green 40 ◦ blue 143

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

Shades of Kingfisher Daisy #55288F

Tints of Kingfisher Daisy #55288F

RGB

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

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

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

R = 31.72%
G = 14.93%
B = 53.36%

CMYK

 C value IS 0.41

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#55288F (or 0x55288F) is known color: Kingfisher Daisy. HEX triplet: 55, 28 and 8F. RGB value is (85,40,143). Sum of RGB (Red+Green+Blue) = 85+40+143=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 143 (56.25% from 255 or 53.36% from 268); Max value from RGB is 143 - color contains mainly: blue. Hex color #55288F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #55288F is #AAD770. Grayscale: #404040. Windows color (decimal): -11196273 or 9381973. OLE color: 9381973.

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

Color convert

RGB 85 40 143 -
CMYK 0.41 0.72 0 0.44
HSL 266.21º 0.56% 0.36% -
HSV(B) 266.21º 0.72% 0.56% -
XYZ 9.46 5.43 26.54 -
YUV 65.2 171.91 142.12 -
System Red Green Blue C M Y K H S L
Decimal 85 40 143 0.41 0.72 0 0.44 266.21 0.56 0.36
Hex 55 28 8F 29 48 0 2C 10A 38 24
Octal 125 50 217 51 110 0 54 412 70 44
Binary 1010101 101000 10001111 101001 1001000 0 101100 100001010 111000 100100

Color Harmonies of #55288F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55288F

Black with #55288F

Text Example


Text Example

White with #55288F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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