Html Css Color HEX #522370 Blue Diamond

📋 copy color: '#522370'

red 82 ◦ green 35 ◦ blue 112

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

Shades of Blue Diamond #522370

Tints of Blue Diamond #522370

RGB

 RED value IS 82 (32.42% from 255) = 35.81%

 GREEN value IS 35 (14.06% from 255) = 15.28%

 BLUE value IS 112 (44.14% from 255) = 48.91%

R = 35.81%
G = 15.28%
B = 48.91%

CMYK

 C value IS 0.27

 M value IS 0.69

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#522370 (or 0x522370) is known color: Blue Diamond. HEX triplet: 52, 23 and 70. RGB value is (82,35,112). Sum of RGB (Red+Green+Blue) = 82+35+112=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 35 (14.06% from 255 or 15.28% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 112 - color contains mainly: blue. Hex color #522370 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522370 is #ADDC8F. Grayscale: #393939. Windows color (decimal): -11394192 or 7349074. OLE color: 7349074.

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

Color convert

RGB 82 35 112 -
CMYK 0.27 0.69 0 0.56
HSL 276.62º 0.52% 0.29% -
HSV(B) 276.62º 0.69% 0.44% -
XYZ 7.01 4.17 15.76 -
YUV 57.83 158.57 145.24 -
System Red Green Blue C M Y K H S L
Decimal 82 35 112 0.27 0.69 0 0.56 276.62 0.52 0.29
Hex 52 23 70 1B 45 0 38 115 34 1D
Octal 122 43 160 33 105 0 70 425 64 35
Binary 1010010 100011 1110000 11011 1000101 0 111000 100010101 110100 11101

Color Harmonies of #522370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #522370

Black with #522370

Text Example


Text Example

White with #522370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #522370; }

 p { color: rgb(82,35,112); }

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

background-color css

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

 a { background-color: rgb(82,35,112); }

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

border-color css

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

 span { border-color: rgb(82,35,112); }

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