Html Css Color HEX #55377F Kingfisher Daisy

📋 copy color: '#55377F'

red 85 ◦ green 55 ◦ blue 127

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

Shades of Kingfisher Daisy #55377F

Tints of Kingfisher Daisy #55377F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.6%

 BLUE value IS 127 (50% from 255) = 47.57%

R = 31.84%
G = 20.6%
B = 47.57%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#55377F (or 0x55377F) is known color: Kingfisher Daisy. HEX triplet: 55, 37 and 7F. RGB value is (85,55,127). Sum of RGB (Red+Green+Blue) = 85+55+127=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 127 (50% from 255 or 47.57% from 267); Max value from RGB is 127 - color contains mainly: blue. Hex color #55377F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #55377F is #AAC880. Grayscale: #474747. Windows color (decimal): -11192449 or 8337237. OLE color: 8337237.

HSL color Cylindrical-coordinate representation of color #55377F: hue angle of 265º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55377F is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 85 55 127 -
CMYK 0.33 0.57 0 0.50
HSL 265º 0.4% 0.36% -
HSV(B) 265º 0.57% 0.5% -
XYZ 8.94 6.2 20.8 -
YUV 72.18 158.94 137.15 -
System Red Green Blue C M Y K H S L
Decimal 85 55 127 0.33 0.57 0 0.50 265 0.4 0.36
Hex 55 37 7F 21 39 0 32 109 28 24
Octal 125 67 177 41 71 0 62 411 50 44
Binary 1010101 110111 1111111 100001 111001 0 110010 100001001 101000 100100

Color Harmonies of #55377F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55377F

Black with #55377F

Text Example


Text Example

White with #55377F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,55,127); }

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

background-color css

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

 a { background-color: rgb(85,55,127); }

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

border-color css

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

 span { border-color: rgb(85,55,127); }

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