Html Css Color HEX #553783 Kingfisher Daisy

📋 copy color: '#553783'

red 85 ◦ green 55 ◦ blue 131

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

Shades of Kingfisher Daisy #553783

Tints of Kingfisher Daisy #553783

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 48.34%

R = 31.37%
G = 20.3%
B = 48.34%

CMYK

 C value IS 0.35

 M value IS 0.58

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#553783 (or 0x553783) is known color: Kingfisher Daisy. HEX triplet: 55, 37 and 83. RGB value is (85,55,131). Sum of RGB (Red+Green+Blue) = 85+55+131=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 131 (51.56% from 255 or 48.34% from 271); Max value from RGB is 131 - color contains mainly: blue. Hex color #553783 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553783 is #AAC87C. Grayscale: #484848. Windows color (decimal): -11192445 or 8599381. OLE color: 8599381.

HSL color Cylindrical-coordinate representation of color #553783: hue angle of 263.68º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #553783 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 55 131 -
CMYK 0.35 0.58 0 0.49
HSL 263.68º 0.41% 0.36% -
HSV(B) 263.68º 0.58% 0.51% -
XYZ 9.21 6.3 22.2 -
YUV 72.63 160.94 136.82 -
System Red Green Blue C M Y K H S L
Decimal 85 55 131 0.35 0.58 0 0.49 263.68 0.41 0.36
Hex 55 37 83 23 3A 0 31 108 29 24
Octal 125 67 203 43 72 0 61 410 51 44
Binary 1010101 110111 10000011 100011 111010 0 110001 100001000 101001 100100

Color Harmonies of #553783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553783

Black with #553783

Text Example


Text Example

White with #553783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553783; }

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

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

background-color css

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

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

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

border-color css

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

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

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