Html Css Color HEX #572986 Kingfisher Daisy

📋 copy color: '#572986'

red 87 ◦ green 41 ◦ blue 134

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

Shades of Kingfisher Daisy #572986

Tints of Kingfisher Daisy #572986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

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

R = 33.21%
G = 15.65%
B = 51.15%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#572986 (or 0x572986) is known color: Kingfisher Daisy. HEX triplet: 57, 29 and 86. RGB value is (87,41,134). Sum of RGB (Red+Green+Blue) = 87+41+134=262 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.21% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 134 (52.73% from 255 or 51.15% from 262); Max value from RGB is 134 - color contains mainly: blue. Hex color #572986 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572986 is #A8D679. Grayscale: #414141. Windows color (decimal): -11064954 or 8792407. OLE color: 8792407.

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

Color convert

RGB 87 41 134 -
CMYK 0.35 0.69 0 0.47
HSL 269.68º 0.53% 0.34% -
HSV(B) 269.68º 0.69% 0.53% -
XYZ 9.03 5.33 23.11 -
YUV 65.36 166.74 143.44 -
System Red Green Blue C M Y K H S L
Decimal 87 41 134 0.35 0.69 0 0.47 269.68 0.53 0.34
Hex 57 29 86 23 45 0 2F 10E 35 22
Octal 127 51 206 43 105 0 57 416 65 42
Binary 1010111 101001 10000110 100011 1000101 0 101111 100001110 110101 100010

Color Harmonies of #572986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572986

Black with #572986

Text Example


Text Example

White with #572986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572986; }

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

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

background-color css

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

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

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

border-color css

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

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

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