Html Css Color HEX #573A83 Kingfisher Daisy

📋 copy color: '#573A83'

red 87 ◦ green 58 ◦ blue 131

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

Shades of Kingfisher Daisy #573A83

Tints of Kingfisher Daisy #573A83

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.01%

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

R = 31.52%
G = 21.01%
B = 47.46%

CMYK

 C value IS 0.34

 M value IS 0.56

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#573A83 (or 0x573A83) is known color: Kingfisher Daisy. HEX triplet: 57, 3A and 83. RGB value is (87,58,131). Sum of RGB (Red+Green+Blue) = 87+58+131=276 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.52% from 276); Green value is 58 (23.05% from 255 or 21.01% from 276); Blue value is 131 (51.56% from 255 or 47.46% from 276); Max value from RGB is 131 - color contains mainly: blue. Hex color #573A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573A83 is #A8C57C. Grayscale: #4A4A4A. Windows color (decimal): -11060605 or 8600151. OLE color: 8600151.

HSL color Cylindrical-coordinate representation of color #573A83: hue angle of 263.84º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #573A83 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 87 58 131 -
CMYK 0.34 0.56 0 0.49
HSL 263.84º 0.39% 0.37% -
HSV(B) 263.84º 0.56% 0.51% -
XYZ 9.54 6.69 22.26 -
YUV 74.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 87 58 131 0.34 0.56 0 0.49 263.84 0.39 0.37
Hex 57 3A 83 22 38 0 31 108 27 25
Octal 127 72 203 42 70 0 61 410 47 45
Binary 1010111 111010 10000011 100010 111000 0 110001 100001000 100111 100101

Color Harmonies of #573A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A83

Black with #573A83

Text Example


Text Example

White with #573A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573A83; }

 p { color: rgb(87,58,131); }

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

background-color css

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

 a { background-color: rgb(87,58,131); }

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

border-color css

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

 span { border-color: rgb(87,58,131); }

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