Html Css Color HEX #553D78 Kingfisher Daisy

📋 copy color: '#553D78'

red 85 ◦ green 61 ◦ blue 120

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

Shades of Kingfisher Daisy #553D78

Tints of Kingfisher Daisy #553D78

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.93%

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

R = 31.95%
G = 22.93%
B = 45.11%

CMYK

 C value IS 0.29

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#553D78 (or 0x553D78) is known color: Kingfisher Daisy. HEX triplet: 55, 3D and 78. RGB value is (85,61,120). Sum of RGB (Red+Green+Blue) = 85+61+120=266 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.95% from 266); Green value is 61 (24.22% from 255 or 22.93% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 120 - color contains mainly: blue. Hex color #553D78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D78 is #AAC287. Grayscale: #4A4A4A. Windows color (decimal): -11190920 or 7880021. OLE color: 7880021.

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

Color convert

RGB 85 61 120 -
CMYK 0.29 0.49 0 0.53
HSL 264.41º 0.33% 0.35% -
HSV(B) 264.41º 0.49% 0.47% -
XYZ 8.81 6.62 18.58 -
YUV 74.9 153.45 135.2 -
System Red Green Blue C M Y K H S L
Decimal 85 61 120 0.29 0.49 0 0.53 264.41 0.33 0.35
Hex 55 3D 78 1D 31 0 35 108 21 23
Octal 125 75 170 35 61 0 65 410 41 43
Binary 1010101 111101 1111000 11101 110001 0 110101 100001000 100001 100011

Color Harmonies of #553D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D78

Black with #553D78

Text Example


Text Example

White with #553D78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553D78; }

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

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

background-color css

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

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

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

border-color css

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

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

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