Html Css Color HEX #573786 Kingfisher Daisy

📋 copy color: '#573786'

red 87 ◦ green 55 ◦ blue 134

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

Shades of Kingfisher Daisy #573786

Tints of Kingfisher Daisy #573786

RGB

 RED value IS 87 (34.38% from 255) = 31.52%

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

 BLUE value IS 134 (52.73% from 255) = 48.55%

R = 31.52%
G = 19.93%
B = 48.55%

CMYK

 C value IS 0.35

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#573786 (or 0x573786) is known color: Kingfisher Daisy. HEX triplet: 57, 37 and 86. RGB value is (87,55,134). Sum of RGB (Red+Green+Blue) = 87+55+134=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 55 (21.88% from 255 or 19.93% from 276); Blue value is 134 (52.73% from 255 or 48.55% from 276); Max value from RGB is 134 - color contains mainly: blue. Hex color #573786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573786 is #A8C879. Grayscale: #494949. Windows color (decimal): -11061370 or 8795991. OLE color: 8795991.

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

Color convert

RGB 87 55 134 -
CMYK 0.35 0.59 0 0.47
HSL 264.3º 0.42% 0.37% -
HSV(B) 264.3º 0.59% 0.53% -
XYZ 9.6 6.48 23.3 -
YUV 73.57 162.1 137.58 -
System Red Green Blue C M Y K H S L
Decimal 87 55 134 0.35 0.59 0 0.47 264.3 0.42 0.37
Hex 57 37 86 23 3B 0 2F 108 2A 25
Octal 127 67 206 43 73 0 57 410 52 45
Binary 1010111 110111 10000110 100011 111011 0 101111 100001000 101010 100101

Color Harmonies of #573786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573786

Black with #573786

Text Example


Text Example

White with #573786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573786; }

 p { color: rgb(87,55,134); }

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

background-color css

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

 a { background-color: rgb(87,55,134); }

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

border-color css

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

 span { border-color: rgb(87,55,134); }

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