Html Css Color HEX #573386 Kingfisher Daisy

📋 copy color: '#573386'

red 87 ◦ green 51 ◦ blue 134

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

Shades of Kingfisher Daisy #573386

Tints of Kingfisher Daisy #573386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.75%

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

R = 31.99%
G = 18.75%
B = 49.26%

CMYK

 C value IS 0.35

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#573386 (or 0x573386) is known color: Kingfisher Daisy. HEX triplet: 57, 33 and 86. RGB value is (87,51,134). Sum of RGB (Red+Green+Blue) = 87+51+134=272 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.99% from 272); Green value is 51 (20.31% from 255 or 18.75% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #573386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #573386 is #A8CC79. Grayscale: #464646. Windows color (decimal): -11062394 or 8794967. OLE color: 8794967.

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

Color convert

RGB 87 51 134 -
CMYK 0.35 0.62 0 0.47
HSL 266.02º 0.45% 0.36% -
HSV(B) 266.02º 0.62% 0.53% -
XYZ 9.42 6.12 23.24 -
YUV 71.23 163.43 139.25 -
System Red Green Blue C M Y K H S L
Decimal 87 51 134 0.35 0.62 0 0.47 266.02 0.45 0.36
Hex 57 33 86 23 3E 0 2F 10A 2D 24
Octal 127 63 206 43 76 0 57 412 55 44
Binary 1010111 110011 10000110 100011 111110 0 101111 100001010 101101 100100

Color Harmonies of #573386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573386

Black with #573386

Text Example


Text Example

White with #573386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573386; }

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

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

background-color css

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

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

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

border-color css

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

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

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