Html Css Color HEX #572185 Kingfisher Daisy

📋 copy color: '#572185'

red 87 ◦ green 33 ◦ blue 133

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

Shades of Kingfisher Daisy #572185

Tints of Kingfisher Daisy #572185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 52.57%

R = 34.39%
G = 13.04%
B = 52.57%

CMYK

 C value IS 0.35

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#572185 (or 0x572185) is known color: Kingfisher Daisy. HEX triplet: 57, 21 and 85. RGB value is (87,33,133). Sum of RGB (Red+Green+Blue) = 87+33+133=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #572185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #572185 is #A8DE7A. Grayscale: #3C3C3C. Windows color (decimal): -11067003 or 8724823. OLE color: 8724823.

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

Color convert

RGB 87 33 133 -
CMYK 0.35 0.75 0 0.48
HSL 272.4º 0.6% 0.33% -
HSV(B) 272.4º 0.75% 0.52% -
XYZ 8.71 4.81 22.66 -
YUV 60.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 87 33 133 0.35 0.75 0 0.48 272.4 0.6 0.33
Hex 57 21 85 23 4B 0 30 110 3C 21
Octal 127 41 205 43 113 0 60 420 74 41
Binary 1010111 100001 10000101 100011 1001011 0 110000 100010000 111100 100001

Color Harmonies of #572185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572185

Black with #572185

Text Example


Text Example

White with #572185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572185; }

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

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

background-color css

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

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

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

border-color css

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

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

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