Html Css Color HEX #567283 Wedgewood

📋 copy color: '#567283'

red 86 ◦ green 114 ◦ blue 131

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

Shades of Wedgewood #567283

Tints of Wedgewood #567283

RGB

 RED value IS 86 (33.98% from 255) = 25.98%

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 131 (51.56% from 255) = 39.58%

R = 25.98%
G = 34.44%
B = 39.58%

CMYK

 C value IS 0.34

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#567283 (or 0x567283) is known color: Wedgewood. HEX triplet: 56, 72 and 83. RGB value is (86,114,131). Sum of RGB (Red+Green+Blue) = 86+114+131=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 131 (51.56% from 255 or 39.58% from 331); Max value from RGB is 131 - color contains mainly: blue. Hex color #567283 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567283 is #A98D7C. Grayscale: #6B6B6B. Windows color (decimal): -11111805 or 8614486. OLE color: 8614486.

HSL color Cylindrical-coordinate representation of color #567283: hue angle of 202.67º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #567283 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 86 114 131 -
CMYK 0.34 0.13 0 0.49
HSL 202.67º 0.21% 0.43% -
HSV(B) 202.67º 0.34% 0.51% -
XYZ 13.95 15.65 23.76 -
YUV 107.57 141.22 112.62 -
System Red Green Blue C M Y K H S L
Decimal 86 114 131 0.34 0.13 0 0.49 202.67 0.21 0.43
Hex 56 72 83 22 D 0 31 CB 15 2B
Octal 126 162 203 42 15 0 61 313 25 53
Binary 1010110 1110010 10000011 100010 1101 0 110001 11001011 10101 101011

Color Harmonies of #567283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567283

Black with #567283

Text Example


Text Example

White with #567283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567283; }

 p { color: rgb(86,114,131); }

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

background-color css

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

 a { background-color: rgb(86,114,131); }

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

border-color css

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

 span { border-color: rgb(86,114,131); }

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