Html Css Color HEX #571871 Blue Diamond

📋 copy color: '#571871'

red 87 ◦ green 24 ◦ blue 113

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

Shades of Blue Diamond #571871

Tints of Blue Diamond #571871

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.71%

 BLUE value IS 113 (44.53% from 255) = 50.45%

R = 38.84%
G = 10.71%
B = 50.45%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#571871 (or 0x571871) is known color: Blue Diamond. HEX triplet: 57, 18 and 71. RGB value is (87,24,113). Sum of RGB (Red+Green+Blue) = 87+24+113=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 24 (9.77% from 255 or 10.71% from 224); Blue value is 113 (44.53% from 255 or 50.45% from 224); Max value from RGB is 113 - color contains mainly: blue. Hex color #571871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571871 is #A8E78E. Grayscale: #343434. Windows color (decimal): -11069327 or 7411799. OLE color: 7411799.

HSL color Cylindrical-coordinate representation of color #571871: hue angle of 282.47º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571871 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 87 24 113 -
CMYK 0.23 0.79 0 0.56
HSL 282.47º 0.65% 0.27% -
HSV(B) 282.47º 0.79% 0.44% -
XYZ 7.24 3.87 15.99 -
YUV 52.98 161.87 152.26 -
System Red Green Blue C M Y K H S L
Decimal 87 24 113 0.23 0.79 0 0.56 282.47 0.65 0.27
Hex 57 18 71 17 4F 0 38 11A 41 1B
Octal 127 30 161 27 117 0 70 432 101 33
Binary 1010111 11000 1110001 10111 1001111 0 111000 100011010 1000001 11011

Color Harmonies of #571871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571871

Black with #571871

Text Example


Text Example

White with #571871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571871; }

 p { color: rgb(87,24,113); }

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

background-color css

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

 a { background-color: rgb(87,24,113); }

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

border-color css

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

 span { border-color: rgb(87,24,113); }

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