Html Css Color HEX #553683 Kingfisher Daisy

📋 copy color: '#553683'

red 85 ◦ green 54 ◦ blue 131

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

Shades of Kingfisher Daisy #553683

Tints of Kingfisher Daisy #553683

RGB

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

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

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

R = 31.48%
G = 20%
B = 48.52%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#553683 (or 0x553683) is known color: Kingfisher Daisy. HEX triplet: 55, 36 and 83. RGB value is (85,54,131). Sum of RGB (Red+Green+Blue) = 85+54+131=270 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.48% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #553683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553683 is #AAC97C. Grayscale: #474747. Windows color (decimal): -11192701 or 8599125. OLE color: 8599125.

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

Color convert

RGB 85 54 131 -
CMYK 0.35 0.59 0 0.49
HSL 264.16º 0.42% 0.36% -
HSV(B) 264.16º 0.59% 0.51% -
XYZ 9.16 6.21 22.19 -
YUV 72.05 161.27 137.24 -
System Red Green Blue C M Y K H S L
Decimal 85 54 131 0.35 0.59 0 0.49 264.16 0.42 0.36
Hex 55 36 83 23 3B 0 31 108 2A 24
Octal 125 66 203 43 73 0 61 410 52 44
Binary 1010101 110110 10000011 100011 111011 0 110001 100001000 101010 100100

Color Harmonies of #553683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #553683

Black with #553683

Text Example


Text Example

White with #553683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #553683; }

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

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

background-color css

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

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

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

border-color css

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

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

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