Html Css Color HEX #573884 Kingfisher Daisy

📋 copy color: '#573884'

red 87 ◦ green 56 ◦ blue 132

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

Shades of Kingfisher Daisy #573884

Tints of Kingfisher Daisy #573884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.36%

 BLUE value IS 132 (51.95% from 255) = 48%

R = 31.64%
G = 20.36%
B = 48%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#573884 (or 0x573884) is known color: Kingfisher Daisy. HEX triplet: 57, 38 and 84. RGB value is (87,56,132). Sum of RGB (Red+Green+Blue) = 87+56+132=275 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.64% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 132 (51.95% from 255 or 48% from 275); Max value from RGB is 132 - color contains mainly: blue. Hex color #573884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573884 is #A8C77B. Grayscale: #494949. Windows color (decimal): -11061116 or 8665175. OLE color: 8665175.

HSL color Cylindrical-coordinate representation of color #573884: hue angle of 264.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #573884 is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 87 56 132 -
CMYK 0.34 0.58 0 0.48
HSL 264.47º 0.4% 0.37% -
HSV(B) 264.47º 0.58% 0.52% -
XYZ 9.51 6.52 22.59 -
YUV 73.93 160.77 137.32 -
System Red Green Blue C M Y K H S L
Decimal 87 56 132 0.34 0.58 0 0.48 264.47 0.4 0.37
Hex 57 38 84 22 3A 0 30 108 28 25
Octal 127 70 204 42 72 0 60 410 50 45
Binary 1010111 111000 10000100 100010 111010 0 110000 100001000 101000 100101

Color Harmonies of #573884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573884

Black with #573884

Text Example


Text Example

White with #573884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573884; }

 p { color: rgb(87,56,132); }

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

background-color css

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

 a { background-color: rgb(87,56,132); }

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

border-color css

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

 span { border-color: rgb(87,56,132); }

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