Html Css Color HEX #553D79 Kingfisher Daisy

📋 copy color: '#553D79'

red 85 ◦ green 61 ◦ blue 121

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

Shades of Kingfisher Daisy #553D79

Tints of Kingfisher Daisy #553D79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 45.32%

R = 31.84%
G = 22.85%
B = 45.32%

CMYK

 C value IS 0.30

 M value IS 0.50

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#553D79 (or 0x553D79) is known color: Kingfisher Daisy. HEX triplet: 55, 3D and 79. RGB value is (85,61,121). Sum of RGB (Red+Green+Blue) = 85+61+121=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #553D79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553D79 is #AAC286. Grayscale: #4A4A4A. Windows color (decimal): -11190919 or 7945557. OLE color: 7945557.

HSL color Cylindrical-coordinate representation of color #553D79: hue angle of 264º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #553D79 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 85 61 121 -
CMYK 0.30 0.50 0 0.53
HSL 264º 0.33% 0.36% -
HSV(B) 264º 0.5% 0.47% -
XYZ 8.87 6.65 18.91 -
YUV 75.02 153.95 135.12 -
System Red Green Blue C M Y K H S L
Decimal 85 61 121 0.30 0.50 0 0.53 264 0.33 0.36
Hex 55 3D 79 1E 32 0 35 108 21 24
Octal 125 75 171 36 62 0 65 410 41 44
Binary 1010101 111101 1111001 11110 110010 0 110101 100001000 100001 100100

Color Harmonies of #553D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553D79

Black with #553D79

Text Example


Text Example

White with #553D79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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