Html Css Color HEX #536778 Wedgewood

📋 copy color: '#536778'

red 83 ◦ green 103 ◦ blue 120

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

Shades of Wedgewood #536778

Tints of Wedgewood #536778

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.66%

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

R = 27.12%
G = 33.66%
B = 39.22%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#536778 (or 0x536778) is known color: Wedgewood. HEX triplet: 53, 67 and 78. RGB value is (83,103,120). Sum of RGB (Red+Green+Blue) = 83+103+120=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 120 (47.27% from 255 or 39.22% from 306); Max value from RGB is 120 - color contains mainly: blue. Hex color #536778 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536778 is #AC9887. Grayscale: #626262. Windows color (decimal): -11311240 or 7890771. OLE color: 7890771.

HSL color Cylindrical-coordinate representation of color #536778: hue angle of 207.57º 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 #536778 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 103 120 -
CMYK 0.31 0.14 0 0.53
HSL 207.57º 0.18% 0.4% -
HSV(B) 207.57º 0.31% 0.47% -
XYZ 11.81 12.9 19.64 -
YUV 98.96 139.87 116.62 -
System Red Green Blue C M Y K H S L
Decimal 83 103 120 0.31 0.14 0 0.53 207.57 0.18 0.4
Hex 53 67 78 1F E 0 35 D0 12 28
Octal 123 147 170 37 16 0 65 320 22 50
Binary 1010011 1100111 1111000 11111 1110 0 110101 11010000 10010 101000

Color Harmonies of #536778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536778

Black with #536778

Text Example


Text Example

White with #536778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536778; }

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

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

background-color css

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

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

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

border-color css

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

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

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