Html Css Color HEX #536A7C Wedgewood

📋 copy color: '#536A7C'

red 83 ◦ green 106 ◦ blue 124

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

Shades of Wedgewood #536A7C

Tints of Wedgewood #536A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.62%

R = 26.52%
G = 33.87%
B = 39.62%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#536A7C (or 0x536A7C) is known color: Wedgewood. HEX triplet: 53, 6A and 7C. RGB value is (83,106,124). Sum of RGB (Red+Green+Blue) = 83+106+124=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 106 (41.80% from 255 or 33.87% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 124 - color contains mainly: blue. Hex color #536A7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536A7C is #AC9583. Grayscale: #656565. Windows color (decimal): -11310468 or 8153683. OLE color: 8153683.

HSL color Cylindrical-coordinate representation of color #536A7C: hue angle of 206.34º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #536A7C is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 83 106 124 -
CMYK 0.33 0.15 0 0.51
HSL 206.34º 0.2% 0.41% -
HSV(B) 206.34º 0.33% 0.49% -
XYZ 12.36 13.6 21.04 -
YUV 101.18 140.88 115.04 -
System Red Green Blue C M Y K H S L
Decimal 83 106 124 0.33 0.15 0 0.51 206.34 0.2 0.41
Hex 53 6A 7C 21 F 0 33 CE 14 29
Octal 123 152 174 41 17 0 63 316 24 51
Binary 1010011 1101010 1111100 100001 1111 0 110011 11001110 10100 101001

Color Harmonies of #536A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536A7C

Black with #536A7C

Text Example


Text Example

White with #536A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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