Html Css Color HEX #536A7F Wedgewood

📋 copy color: '#536A7F'

red 83 ◦ green 106 ◦ blue 127

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

Shades of Wedgewood #536A7F

Tints of Wedgewood #536A7F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.54%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 26.27%
G = 33.54%
B = 40.19%

CMYK

 C value IS 0.35

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536A7F (or 0x536A7F) is known color: Wedgewood. HEX triplet: 53, 6A and 7F. RGB value is (83,106,127). Sum of RGB (Red+Green+Blue) = 83+106+127=316 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.27% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 127 - color contains mainly: blue. Hex color #536A7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A7F is #AC9580. Grayscale: #656565. Windows color (decimal): -11310465 or 8350291. OLE color: 8350291.

HSL color Cylindrical-coordinate representation of color #536A7F: hue angle of 208.64º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #536A7F is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 106 127 -
CMYK 0.35 0.17 0 0.50
HSL 208.64º 0.21% 0.41% -
HSV(B) 208.64º 0.35% 0.5% -
XYZ 12.55 13.68 22.06 -
YUV 101.52 142.38 114.79 -
System Red Green Blue C M Y K H S L
Decimal 83 106 127 0.35 0.17 0 0.50 208.64 0.21 0.41
Hex 53 6A 7F 23 11 0 32 D1 15 29
Octal 123 152 177 43 21 0 62 321 25 51
Binary 1010011 1101010 1111111 100011 10001 0 110010 11010001 10101 101001

Color Harmonies of #536A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A7F

Black with #536A7F

Text Example


Text Example

White with #536A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,106,127); }

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

background-color css

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

 a { background-color: rgb(83,106,127); }

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

border-color css

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

 span { border-color: rgb(83,106,127); }

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