Html Css Color HEX #536880 Wedgewood

📋 copy color: '#536880'

red 83 ◦ green 104 ◦ blue 128

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

Shades of Wedgewood #536880

Tints of Wedgewood #536880

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

 BLUE value IS 128 (50.39% from 255) = 40.63%

R = 26.35%
G = 33.02%
B = 40.63%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#536880 (or 0x536880) is known color: Wedgewood. HEX triplet: 53, 68 and 80. RGB value is (83,104,128). Sum of RGB (Red+Green+Blue) = 83+104+128=315 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.35% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 128 (50.39% from 255 or 40.63% from 315); Max value from RGB is 128 - color contains mainly: blue. Hex color #536880 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #536880 is #AC977F. Grayscale: #646464. Windows color (decimal): -11310976 or 8415315. OLE color: 8415315.

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

Color convert

RGB 83 104 128 -
CMYK 0.35 0.19 0 0.50
HSL 212º 0.21% 0.41% -
HSV(B) 212º 0.35% 0.5% -
XYZ 12.41 13.3 22.33 -
YUV 100.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 83 104 128 0.35 0.19 0 0.50 212 0.21 0.41
Hex 53 68 80 23 13 0 32 D4 15 29
Octal 123 150 200 43 23 0 62 324 25 51
Binary 1010011 1101000 10000000 100011 10011 0 110010 11010100 10101 101001

Color Harmonies of #536880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536880

Black with #536880

Text Example


Text Example

White with #536880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536880; }

 p { color: rgb(83,104,128); }

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

background-color css

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

 a { background-color: rgb(83,104,128); }

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

border-color css

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

 span { border-color: rgb(83,104,128); }

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