Html Css Color HEX #533075 Blue Diamond

📋 copy color: '#533075'

red 83 ◦ green 48 ◦ blue 117

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

Shades of Blue Diamond #533075

Tints of Blue Diamond #533075

RGB

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

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

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

R = 33.47%
G = 19.35%
B = 47.18%

CMYK

 C value IS 0.29

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#533075 (or 0x533075) is known color: Blue Diamond. HEX triplet: 53, 30 and 75. RGB value is (83,48,117). Sum of RGB (Red+Green+Blue) = 83+48+117=248 (32% of max value = 765). Red value is 83 (32.81% from 255 or 33.47% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 117 (46.09% from 255 or 47.18% from 248); Max value from RGB is 117 - color contains mainly: blue. Hex color #533075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533075 is #ACCF8A. Grayscale: #424242. Windows color (decimal): -11325323 or 7680083. OLE color: 7680083.

HSL color Cylindrical-coordinate representation of color #533075: hue angle of 270.43º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #533075 is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 48 117 -
CMYK 0.29 0.59 0 0.54
HSL 270.43º 0.42% 0.32% -
HSV(B) 270.43º 0.59% 0.46% -
XYZ 7.84 5.24 17.43 -
YUV 66.33 156.6 139.89 -
System Red Green Blue C M Y K H S L
Decimal 83 48 117 0.29 0.59 0 0.54 270.43 0.42 0.32
Hex 53 30 75 1D 3B 0 36 10E 2A 20
Octal 123 60 165 35 73 0 66 416 52 40
Binary 1010011 110000 1110101 11101 111011 0 110110 100001110 101010 100000

Color Harmonies of #533075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #533075

Black with #533075

Text Example


Text Example

White with #533075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #533075; }

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

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

background-color css

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

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

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

border-color css

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

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

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