Html Css Color HEX #5A6C7E Wedgewood

📋 copy color: '#5A6C7E'

red 90 ◦ green 108 ◦ blue 126

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

Shades of Wedgewood #5A6C7E

Tints of Wedgewood #5A6C7E

RGB

 RED value IS 90 (35.55% from 255) = 27.78%

 GREEN value IS 108 (42.58% from 255) = 33.33%

 BLUE value IS 126 (49.61% from 255) = 38.89%

R = 27.78%
G = 33.33%
B = 38.89%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A6C7E (or 0x5A6C7E) is known color: Wedgewood. HEX triplet: 5A, 6C and 7E. RGB value is (90,108,126). Sum of RGB (Red+Green+Blue) = 90+108+126=324 (42% of max value = 765). Red value is 90 (35.55% from 255 or 27.78% from 324); Green value is 108 (42.58% from 255 or 33.33% from 324); Blue value is 126 (49.61% from 255 or 38.89% from 324); Max value from RGB is 126 - color contains mainly: blue. Hex color #5A6C7E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6C7E is #A59381. Grayscale: #686868. Windows color (decimal): -10851202 or 8285274. OLE color: 8285274.

HSL color Cylindrical-coordinate representation of color #5A6C7E: hue angle of 210º degrees, saturation: 0.17, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5A6C7E is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 108 126 -
CMYK 0.29 0.14 0 0.51
HSL 210º 0.17% 0.42% -
HSV(B) 210º 0.29% 0.49% -
XYZ 13.34 14.41 21.82 -
YUV 104.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 90 108 126 0.29 0.14 0 0.51 210 0.17 0.42
Hex 5A 6C 7E 1D E 0 33 D2 11 2A
Octal 132 154 176 35 16 0 63 322 21 52
Binary 1011010 1101100 1111110 11101 1110 0 110011 11010010 10001 101010

Color Harmonies of #5A6C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A6C7E

Black with #5A6C7E

Text Example


Text Example

White with #5A6C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A6C7E; }

 p { color: rgb(90,108,126); }

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

background-color css

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

 a { background-color: rgb(90,108,126); }

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

border-color css

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

 span { border-color: rgb(90,108,126); }

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