Html Css Color HEX #536E89 Wedgewood

📋 copy color: '#536E89'

red 83 ◦ green 110 ◦ blue 137

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

Shades of Wedgewood #536E89

Tints of Wedgewood #536E89

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.33%

 BLUE value IS 137 (53.91% from 255) = 41.52%

R = 25.15%
G = 33.33%
B = 41.52%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#536E89 (or 0x536E89) is known color: Wedgewood. HEX triplet: 53, 6E and 89. RGB value is (83,110,137). Sum of RGB (Red+Green+Blue) = 83+110+137=330 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.15% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 137 (53.91% from 255 or 41.52% from 330); Max value from RGB is 137 - color contains mainly: blue. Hex color #536E89 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536E89 is #AC9176. Grayscale: #686868. Windows color (decimal): -11309431 or 9006675. OLE color: 9006675.

HSL color Cylindrical-coordinate representation of color #536E89: hue angle of 210º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #536E89 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 83 110 137 -
CMYK 0.39 0.20 0 0.46
HSL 210º 0.25% 0.43% -
HSV(B) 210º 0.39% 0.54% -
XYZ 13.66 14.8 25.8 -
YUV 105.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 83 110 137 0.39 0.20 0 0.46 210 0.25 0.43
Hex 53 6E 89 27 14 0 2E D2 19 2B
Octal 123 156 211 47 24 0 56 322 31 53
Binary 1010011 1101110 10001001 100111 10100 0 101110 11010010 11001 101011

Color Harmonies of #536E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536E89

Black with #536E89

Text Example


Text Example

White with #536E89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,110,137); }

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

background-color css

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

 a { background-color: rgb(83,110,137); }

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

border-color css

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

 span { border-color: rgb(83,110,137); }

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