Html Css Color HEX #571975 Blue Diamond

📋 copy color: '#571975'

red 87 ◦ green 25 ◦ blue 117

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

Shades of Blue Diamond #571975

Tints of Blue Diamond #571975

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.92%

 BLUE value IS 117 (46.09% from 255) = 51.09%

R = 37.99%
G = 10.92%
B = 51.09%

CMYK

 C value IS 0.26

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#571975 (or 0x571975) is known color: Blue Diamond. HEX triplet: 57, 19 and 75. RGB value is (87,25,117). Sum of RGB (Red+Green+Blue) = 87+25+117=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 25 (10.16% from 255 or 10.92% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #571975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #571975 is #A8E68A. Grayscale: #353535. Windows color (decimal): -11069067 or 7674199. OLE color: 7674199.

HSL color Cylindrical-coordinate representation of color #571975: hue angle of 280.43º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #571975 is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 87 25 117 -
CMYK 0.26 0.79 0 0.54
HSL 280.43º 0.65% 0.28% -
HSV(B) 280.43º 0.79% 0.46% -
XYZ 7.49 4.01 17.21 -
YUV 54.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 87 25 117 0.26 0.79 0 0.54 280.43 0.65 0.28
Hex 57 19 75 1A 4F 0 36 118 41 1C
Octal 127 31 165 32 117 0 66 430 101 34
Binary 1010111 11001 1110101 11010 1001111 0 110110 100011000 1000001 11100

Color Harmonies of #571975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571975

Black with #571975

Text Example


Text Example

White with #571975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571975; }

 p { color: rgb(87,25,117); }

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

background-color css

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

 a { background-color: rgb(87,25,117); }

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

border-color css

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

 span { border-color: rgb(87,25,117); }

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