Html Css Color HEX #553178 Kingfisher Daisy

📋 copy color: '#553178'

red 85 ◦ green 49 ◦ blue 120

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

Shades of Kingfisher Daisy #553178

Tints of Kingfisher Daisy #553178

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 120 (47.27% from 255) = 47.24%

R = 33.46%
G = 19.29%
B = 47.24%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#553178 (or 0x553178) is known color: Kingfisher Daisy. HEX triplet: 55, 31 and 78. RGB value is (85,49,120). Sum of RGB (Red+Green+Blue) = 85+49+120=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 120 (47.27% from 255 or 47.24% from 254); Max value from RGB is 120 - color contains mainly: blue. Hex color #553178 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553178 is #AACE87. Grayscale: #434343. Windows color (decimal): -11193992 or 7876949. OLE color: 7876949.

HSL color Cylindrical-coordinate representation of color #553178: hue angle of 270.42º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #553178 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 49 120 -
CMYK 0.29 0.59 0 0.53
HSL 270.42º 0.42% 0.33% -
HSV(B) 270.42º 0.59% 0.47% -
XYZ 8.23 5.48 18.39 -
YUV 67.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 85 49 120 0.29 0.59 0 0.53 270.42 0.42 0.33
Hex 55 31 78 1D 3B 0 35 10E 2A 21
Octal 125 61 170 35 73 0 65 416 52 41
Binary 1010101 110001 1111000 11101 111011 0 110101 100001110 101010 100001

Color Harmonies of #553178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553178

Black with #553178

Text Example


Text Example

White with #553178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553178; }

 p { color: rgb(85,49,120); }

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

background-color css

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

 a { background-color: rgb(85,49,120); }

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

border-color css

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

 span { border-color: rgb(85,49,120); }

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