Html Css Color HEX #573083 Kingfisher Daisy

📋 copy color: '#573083'

red 87 ◦ green 48 ◦ blue 131

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

Shades of Kingfisher Daisy #573083

Tints of Kingfisher Daisy #573083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.05%

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

R = 32.71%
G = 18.05%
B = 49.25%

CMYK

 C value IS 0.34

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#573083 (or 0x573083) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 83. RGB value is (87,48,131). Sum of RGB (Red+Green+Blue) = 87+48+131=266 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.71% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 131 (51.56% from 255 or 49.25% from 266); Max value from RGB is 131 - color contains mainly: blue. Hex color #573083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573083 is #A8CF7C. Grayscale: #444444. Windows color (decimal): -11063165 or 8597591. OLE color: 8597591.

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

Color convert

RGB 87 48 131 -
CMYK 0.34 0.63 0 0.49
HSL 268.19º 0.46% 0.35% -
HSV(B) 268.19º 0.63% 0.51% -
XYZ 9.08 5.78 22.11 -
YUV 69.12 162.92 140.75 -
System Red Green Blue C M Y K H S L
Decimal 87 48 131 0.34 0.63 0 0.49 268.19 0.46 0.35
Hex 57 30 83 22 3F 0 31 10C 2E 23
Octal 127 60 203 42 77 0 61 414 56 43
Binary 1010111 110000 10000011 100010 111111 0 110001 100001100 101110 100011

Color Harmonies of #573083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573083

Black with #573083

Text Example


Text Example

White with #573083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573083; }

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

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

background-color css

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

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

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

border-color css

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

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

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