Html Css Color HEX #553673 Kingfisher Daisy

📋 copy color: '#553673'

red 85 ◦ green 54 ◦ blue 115

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

Shades of Kingfisher Daisy #553673

Tints of Kingfisher Daisy #553673

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.26%

 BLUE value IS 115 (45.31% from 255) = 45.28%

R = 33.46%
G = 21.26%
B = 45.28%

CMYK

 C value IS 0.26

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#553673 (or 0x553673) is known color: Kingfisher Daisy. HEX triplet: 55, 36 and 73. RGB value is (85,54,115). Sum of RGB (Red+Green+Blue) = 85+54+115=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #553673 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553673 is #AAC98C. Grayscale: #464646. Windows color (decimal): -11192717 or 7550549. OLE color: 7550549.

HSL color Cylindrical-coordinate representation of color #553673: hue angle of 270.49º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #553673 is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 85 54 115 -
CMYK 0.26 0.53 0 0.55
HSL 270.49º 0.36% 0.33% -
HSV(B) 270.49º 0.53% 0.45% -
XYZ 8.16 5.81 16.91 -
YUV 70.22 153.27 138.54 -
System Red Green Blue C M Y K H S L
Decimal 85 54 115 0.26 0.53 0 0.55 270.49 0.36 0.33
Hex 55 36 73 1A 35 0 37 10E 24 21
Octal 125 66 163 32 65 0 67 416 44 41
Binary 1010101 110110 1110011 11010 110101 0 110111 100001110 100100 100001

Color Harmonies of #553673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553673

Black with #553673

Text Example


Text Example

White with #553673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553673; }

 p { color: rgb(85,54,115); }

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

background-color css

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

 a { background-color: rgb(85,54,115); }

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

border-color css

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

 span { border-color: rgb(85,54,115); }

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