Html Css Color HEX #536C81 Wedgewood

📋 copy color: '#536C81'

red 83 ◦ green 108 ◦ blue 129

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

Shades of Wedgewood #536C81

Tints of Wedgewood #536C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.75%

 BLUE value IS 129 (50.78% from 255) = 40.31%

R = 25.94%
G = 33.75%
B = 40.31%

CMYK

 C value IS 0.36

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#536C81 (or 0x536C81) is known color: Wedgewood. HEX triplet: 53, 6C and 81. RGB value is (83,108,129). Sum of RGB (Red+Green+Blue) = 83+108+129=320 (42% of max value = 765). Red value is 83 (32.81% from 255 or 25.94% from 320); Green value is 108 (42.58% from 255 or 33.75% from 320); Blue value is 129 (50.78% from 255 or 40.31% from 320); Max value from RGB is 129 - color contains mainly: blue. Hex color #536C81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536C81 is #AC937E. Grayscale: #666666. Windows color (decimal): -11309951 or 8481875. OLE color: 8481875.

HSL color Cylindrical-coordinate representation of color #536C81: hue angle of 207.39º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #536C81 is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 83 108 129 -
CMYK 0.36 0.16 0 0.49
HSL 207.39º 0.22% 0.42% -
HSV(B) 207.39º 0.36% 0.51% -
XYZ 12.89 14.15 22.82 -
YUV 102.92 142.72 113.79 -
System Red Green Blue C M Y K H S L
Decimal 83 108 129 0.36 0.16 0 0.49 207.39 0.22 0.42
Hex 53 6C 81 24 10 0 31 CF 16 2A
Octal 123 154 201 44 20 0 61 317 26 52
Binary 1010011 1101100 10000001 100100 10000 0 110001 11001111 10110 101010

Color Harmonies of #536C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C81

Black with #536C81

Text Example


Text Example

White with #536C81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,108,129); }

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

background-color css

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

 a { background-color: rgb(83,108,129); }

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

border-color css

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

 span { border-color: rgb(83,108,129); }

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