#533a70

Color #533A70 Blue Diamond (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Diamond #533A70

Tints of Blue Diamond #533A70

Color information

#533A70 (or 0x533A70) is unknown color: approx Blue Diamond. HEX triplet: 53, 3A and 70. RGB value is (83,58,112). Sum of RGB (Red+Green+Blue) = 83+58+112=253 (33% of max value = 765). Red value is 83 (32.81% from 255 or 32.81% from 253); Green value is 58 (23.05% from 255 or 22.92% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #533A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533A70 is #ACC58F. Grayscale: #474747. Windows color (decimal): -11322768 or 7354963. OLE color: 7354963.

HSL color Cylindrical-coordinate representation of color #533A70: hue angle of 267.78º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #533A70 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8358112-
CMYK0.260.4800.56
HSL267.78º31.76%33.33%-
HSV(B)267.78º48.21%43.92%-
XYZ86.0316.07-
YUV71.63150.78136.11-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 32.81%
GREEN value IS 58 (23.05% from 255) = 22.92%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=32.81%
G=22.92%
B=44.27%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal83581120.260.4800.56267.7831.7633.33
Hex533A701A3003810c2021
Octal1237216032600704144041
Binary10100111110101110000110101100000111000100001100100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533a70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533a70; }

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

 H1.HeaderClassName
 {
   color: #533a70;
 }
 .AnyTagClassName
 {
   color: #533a70;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #533a70;
 }
 .BgClassName
 {
   background-color: #533a70;
 }
</style>
border-color css

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

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

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