#536F8B

Color #536F8B Wedgewood (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wedgewood #536F8B

Tints of Wedgewood #536F8B

Color information

#536F8B (or 0x536F8B) is unknown color: approx Wedgewood. HEX triplet: 53, 6F and 8B. RGB value is (83,111,139). Sum of RGB (Red+Green+Blue) = 83+111+139=333 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.92% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #536F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536F8B is #AC9074. Grayscale: #696969. Windows color (decimal): -11309173 or 9138003. OLE color: 9138003.

HSL color Cylindrical-coordinate representation of color #536F8B: hue angle of 210º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #536F8B is Cyan = 0.40, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB83111139-
CMYK0.400.2000.45
HSL210º25.23%43.53%-
HSV(B)210º40.29%54.51%-
XYZ13.9115.0726.6-
YUV105.82146.72111.72-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.92%
GREEN value IS 111 (43.75% from 255) = 33.33%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=24.92%
G=33.33%
B=41.74%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal831111390.400.2000.4521025.2343.53
Hex536F8B281402Dd2192c
Octal12315721350240553223154
Binary10100111101111100010111010001010001011011101001011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536F8B; }

 p { color: rgb(83,111,139); }

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

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

 a { background-color: rgb(83,111,139); }

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

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

 span { border-color: rgb(83,111,139); }

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