Html Css Color HEX #573984 Kingfisher Daisy

📋 copy color: '#573984'

red 87 ◦ green 57 ◦ blue 132

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

Shades of Kingfisher Daisy #573984

Tints of Kingfisher Daisy #573984

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.65%

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

R = 31.52%
G = 20.65%
B = 47.83%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#573984 (or 0x573984) is known color: Kingfisher Daisy. HEX triplet: 57, 39 and 84. RGB value is (87,57,132). Sum of RGB (Red+Green+Blue) = 87+57+132=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 57 (22.66% from 255 or 20.65% from 276); Blue value is 132 (51.95% from 255 or 47.83% from 276); Max value from RGB is 132 - color contains mainly: blue. Hex color #573984 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573984 is #A8C67B. Grayscale: #4A4A4A. Windows color (decimal): -11060860 or 8665431. OLE color: 8665431.

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

Color convert

RGB 87 57 132 -
CMYK 0.34 0.57 0 0.48
HSL 264º 0.4% 0.37% -
HSV(B) 264º 0.57% 0.52% -
XYZ 9.56 6.62 22.6 -
YUV 74.52 160.44 136.9 -
System Red Green Blue C M Y K H S L
Decimal 87 57 132 0.34 0.57 0 0.48 264 0.4 0.37
Hex 57 39 84 22 39 0 30 108 28 25
Octal 127 71 204 42 71 0 60 410 50 45
Binary 1010111 111001 10000100 100010 111001 0 110000 100001000 101000 100101

Color Harmonies of #573984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573984

Black with #573984

Text Example


Text Example

White with #573984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573984; }

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

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

background-color css

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

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

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

border-color css

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

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

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