Html Css Color HEX #572186 Kingfisher Daisy

📋 copy color: '#572186'

red 87 ◦ green 33 ◦ blue 134

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

Shades of Kingfisher Daisy #572186

Tints of Kingfisher Daisy #572186

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 34.25%
G = 12.99%
B = 52.76%

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

#572186 (or 0x572186) is known color: Kingfisher Daisy. HEX triplet: 57, 21 and 86. RGB value is (87,33,134). Sum of RGB (Red+Green+Blue) = 87+33+134=254 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.25% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 134 (52.73% from 255 or 52.76% from 254); Max value from RGB is 134 - color contains mainly: blue. Hex color #572186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572186 is #A8DE79. Grayscale: #3C3C3C. Windows color (decimal): -11067002 or 8790359. OLE color: 8790359.

HSL color Cylindrical-coordinate representation of color #572186: hue angle of 272.08º 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 #572186 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 87 33 134 -
CMYK 0.35 0.75 0 0.47
HSL 272.08º 0.6% 0.33% -
HSV(B) 272.08º 0.75% 0.53% -
XYZ 8.78 4.84 23.02 -
YUV 60.66 169.39 146.79 -
System Red Green Blue C M Y K H S L
Decimal 87 33 134 0.35 0.75 0 0.47 272.08 0.6 0.33
Hex 57 21 86 23 4B 0 2F 110 3C 21
Octal 127 41 206 43 113 0 57 420 74 41
Binary 1010111 100001 10000110 100011 1001011 0 101111 100010000 111100 100001

Color Harmonies of #572186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572186

Black with #572186

Text Example


Text Example

White with #572186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572186; }

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

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

background-color css

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

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

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

border-color css

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

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

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