Html Css Color HEX #573086 Kingfisher Daisy

📋 copy color: '#573086'

red 87 ◦ green 48 ◦ blue 134

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

Shades of Kingfisher Daisy #573086

Tints of Kingfisher Daisy #573086

RGB

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

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

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

R = 32.34%
G = 17.84%
B = 49.81%

CMYK

 C value IS 0.35

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#573086 (or 0x573086) is known color: Kingfisher Daisy. HEX triplet: 57, 30 and 86. RGB value is (87,48,134). Sum of RGB (Red+Green+Blue) = 87+48+134=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 134 (52.73% from 255 or 49.81% from 269); Max value from RGB is 134 - color contains mainly: blue. Hex color #573086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573086 is #A8CF79. Grayscale: #454545. Windows color (decimal): -11063162 or 8794199. OLE color: 8794199.

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

Color convert

RGB 87 48 134 -
CMYK 0.35 0.64 0 0.47
HSL 267.21º 0.47% 0.36% -
HSV(B) 267.21º 0.64% 0.53% -
XYZ 9.29 5.86 23.2 -
YUV 69.47 164.42 140.51 -
System Red Green Blue C M Y K H S L
Decimal 87 48 134 0.35 0.64 0 0.47 267.21 0.47 0.36
Hex 57 30 86 23 40 0 2F 10B 2F 24
Octal 127 60 206 43 100 0 57 413 57 44
Binary 1010111 110000 10000110 100011 1000000 0 101111 100001011 101111 100100

Color Harmonies of #573086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573086

Black with #573086

Text Example


Text Example

White with #573086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573086; }

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

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

background-color css

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

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

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

border-color css

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

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

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