Html Css Color HEX #536678 Wedgewood

📋 copy color: '#536678'

red 83 ◦ green 102 ◦ blue 120

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

Shades of Wedgewood #536678

Tints of Wedgewood #536678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.44%

 BLUE value IS 120 (47.27% from 255) = 39.34%

R = 27.21%
G = 33.44%
B = 39.34%

CMYK

 C value IS 0.31

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536678 (or 0x536678) is known color: Wedgewood. HEX triplet: 53, 66 and 78. RGB value is (83,102,120). Sum of RGB (Red+Green+Blue) = 83+102+120=305 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.21% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #536678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536678 is #AC9987. Grayscale: #626262. Windows color (decimal): -11311496 or 7890515. OLE color: 7890515.

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

Color convert

RGB 83 102 120 -
CMYK 0.31 0.15 0 0.53
HSL 209.19º 0.18% 0.4% -
HSV(B) 209.19º 0.31% 0.47% -
XYZ 11.71 12.7 19.6 -
YUV 98.37 140.21 117.04 -
System Red Green Blue C M Y K H S L
Decimal 83 102 120 0.31 0.15 0 0.53 209.19 0.18 0.4
Hex 53 66 78 1F F 0 35 D1 12 28
Octal 123 146 170 37 17 0 65 321 22 50
Binary 1010011 1100110 1111000 11111 1111 0 110101 11010001 10010 101000

Color Harmonies of #536678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536678

Black with #536678

Text Example


Text Example

White with #536678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536678; }

 p { color: rgb(83,102,120); }

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

background-color css

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

 a { background-color: rgb(83,102,120); }

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

border-color css

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

 span { border-color: rgb(83,102,120); }

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