Html Css Color HEX #533070 Blue Diamond

📋 copy color: '#533070'

red 83 ◦ green 48 ◦ blue 112

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

Shades of Blue Diamond #533070

Tints of Blue Diamond #533070

RGB

 RED value IS 83 (32.81% from 255) = 34.16%

 GREEN value IS 48 (19.14% from 255) = 19.75%

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

R = 34.16%
G = 19.75%
B = 46.09%

CMYK

 C value IS 0.26

 M value IS 0.57

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#533070 (or 0x533070) is known color: Blue Diamond. HEX triplet: 53, 30 and 70. RGB value is (83,48,112). Sum of RGB (Red+Green+Blue) = 83+48+112=243 (32% of max value = 765). Red value is 83 (32.81% from 255 or 34.16% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 112 (44.14% from 255 or 46.09% from 243); Max value from RGB is 112 - color contains mainly: blue. Hex color #533070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533070 is #ACCF8F. Grayscale: #414141. Windows color (decimal): -11325328 or 7352403. OLE color: 7352403.

HSL color Cylindrical-coordinate representation of color #533070: hue angle of 272.81º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #533070 is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 48 112 -
CMYK 0.26 0.57 0 0.56
HSL 272.81º 0.4% 0.31% -
HSV(B) 272.81º 0.57% 0.44% -
XYZ 7.55 5.12 15.92 -
YUV 65.76 154.1 140.3 -
System Red Green Blue C M Y K H S L
Decimal 83 48 112 0.26 0.57 0 0.56 272.81 0.4 0.31
Hex 53 30 70 1A 39 0 38 111 28 1F
Octal 123 60 160 32 71 0 70 421 50 37
Binary 1010011 110000 1110000 11010 111001 0 111000 100010001 101000 11111

Color Harmonies of #533070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533070

Black with #533070

Text Example


Text Example

White with #533070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533070; }

 p { color: rgb(83,48,112); }

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

background-color css

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

 a { background-color: rgb(83,48,112); }

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

border-color css

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

 span { border-color: rgb(83,48,112); }

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