Html Css Color HEX #572286 Kingfisher Daisy

📋 copy color: '#572286'

red 87 ◦ green 34 ◦ blue 134

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

Shades of Kingfisher Daisy #572286

Tints of Kingfisher Daisy #572286

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

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

R = 34.12%
G = 13.33%
B = 52.55%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#572286 (or 0x572286) is known color: Kingfisher Daisy. HEX triplet: 57, 22 and 86. RGB value is (87,34,134). Sum of RGB (Red+Green+Blue) = 87+34+134=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #572286 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572286 is #A8DD79. Grayscale: #3C3C3C. Windows color (decimal): -11066746 or 8790615. OLE color: 8790615.

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

Color convert

RGB 87 34 134 -
CMYK 0.35 0.75 0 0.47
HSL 271.8º 0.6% 0.33% -
HSV(B) 271.8º 0.75% 0.53% -
XYZ 8.81 4.89 23.03 -
YUV 61.25 169.06 146.37 -
System Red Green Blue C M Y K H S L
Decimal 87 34 134 0.35 0.75 0 0.47 271.8 0.6 0.33
Hex 57 22 86 23 4B 0 2F 110 3C 21
Octal 127 42 206 43 113 0 57 420 74 41
Binary 1010111 100010 10000110 100011 1001011 0 101111 100010000 111100 100001

Color Harmonies of #572286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572286

Black with #572286

Text Example


Text Example

White with #572286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572286; }

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

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

background-color css

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

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

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

border-color css

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

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

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