Html Css Color HEX #537488 Wedgewood

📋 copy color: '#537488'

red 83 ◦ green 116 ◦ blue 136

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

Shades of Wedgewood #537488

Tints of Wedgewood #537488

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.63%

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 24.78%
G = 34.63%
B = 40.6%

CMYK

 C value IS 0.39

 M value IS 0.15

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#537488 (or 0x537488) is known color: Wedgewood. HEX triplet: 53, 74 and 88. RGB value is (83,116,136). Sum of RGB (Red+Green+Blue) = 83+116+136=335 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.78% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 136 - color contains mainly: blue. Hex color #537488 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #537488 is #AC8B77. Grayscale: #6C6C6C. Windows color (decimal): -11307896 or 8942675. OLE color: 8942675.

HSL color Cylindrical-coordinate representation of color #537488: hue angle of 202.64º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #537488 is Cyan = 0.39, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 83 116 136 -
CMYK 0.39 0.15 0 0.47
HSL 202.64º 0.24% 0.43% -
HSV(B) 202.64º 0.39% 0.53% -
XYZ 14.26 16.11 25.65 -
YUV 108.41 143.57 109.87 -
System Red Green Blue C M Y K H S L
Decimal 83 116 136 0.39 0.15 0 0.47 202.64 0.24 0.43
Hex 53 74 88 27 F 0 2F CB 18 2B
Octal 123 164 210 47 17 0 57 313 30 53
Binary 1010011 1110100 10001000 100111 1111 0 101111 11001011 11000 101011

Color Harmonies of #537488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537488

Black with #537488

Text Example


Text Example

White with #537488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537488; }

 p { color: rgb(83,116,136); }

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

background-color css

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

 a { background-color: rgb(83,116,136); }

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

border-color css

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

 span { border-color: rgb(83,116,136); }

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