Html Css Color HEX #536C7F Wedgewood

📋 copy color: '#536C7F'

red 83 ◦ green 108 ◦ blue 127

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

Shades of Wedgewood #536C7F

Tints of Wedgewood #536C7F

RGB

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

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

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

R = 26.1%
G = 33.96%
B = 39.94%

CMYK

 C value IS 0.35

 M value IS 0.15

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536C7F (or 0x536C7F) is known color: Wedgewood. HEX triplet: 53, 6C and 7F. RGB value is (83,108,127). Sum of RGB (Red+Green+Blue) = 83+108+127=318 (42% of max value = 765). Red value is 83 (32.81% from 255 or 26.10% from 318); Green value is 108 (42.58% from 255 or 33.96% from 318); Blue value is 127 (50% from 255 or 39.94% from 318); Max value from RGB is 127 - color contains mainly: blue. Hex color #536C7F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536C7F is #AC9380. Grayscale: #666666. Windows color (decimal): -11309953 or 8350803. OLE color: 8350803.

HSL color Cylindrical-coordinate representation of color #536C7F: hue angle of 205.91º 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 #536C7F is Cyan = 0.35, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 83 108 127 -
CMYK 0.35 0.15 0 0.50
HSL 205.91º 0.21% 0.41% -
HSV(B) 205.91º 0.35% 0.5% -
XYZ 12.76 14.1 22.13 -
YUV 102.69 141.72 113.96 -
System Red Green Blue C M Y K H S L
Decimal 83 108 127 0.35 0.15 0 0.50 205.91 0.21 0.41
Hex 53 6C 7F 23 F 0 32 CE 15 29
Octal 123 154 177 43 17 0 62 316 25 51
Binary 1010011 1101100 1111111 100011 1111 0 110010 11001110 10101 101001

Color Harmonies of #536C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536C7F

Black with #536C7F

Text Example


Text Example

White with #536C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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