Html Css Color HEX #567299 San Marino

📋 copy color: '#567299'

red 86 ◦ green 114 ◦ blue 153

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

Shades of San Marino #567299

Tints of San Marino #567299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 24.36%
G = 32.29%
B = 43.34%

CMYK

 C value IS 0.44

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#567299 (or 0x567299) is known color: San Marino. HEX triplet: 56, 72 and 99. RGB value is (86,114,153). Sum of RGB (Red+Green+Blue) = 86+114+153=353 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.36% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 153 - color contains mainly: blue. Hex color #567299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567299 is #A98D66. Grayscale: #6D6D6D. Windows color (decimal): -11111783 or 10056278. OLE color: 10056278.

HSL color Cylindrical-coordinate representation of color #567299: hue angle of 214.93º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #567299 is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 86 114 153 -
CMYK 0.44 0.25 0 0.4
HSL 214.93º 0.28% 0.47% -
HSV(B) 214.93º 0.44% 0.6% -
XYZ 15.6 16.31 32.46 -
YUV 110.07 152.22 110.83 -
System Red Green Blue C M Y K H S L
Decimal 86 114 153 0.44 0.25 0 0.4 214.93 0.28 0.47
Hex 56 72 99 2C 19 0 28 D7 1C 2F
Octal 126 162 231 54 31 0 50 327 34 57
Binary 1010110 1110010 10011001 101100 11001 0 101000 11010111 11100 101111

Color Harmonies of #567299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #567299

Black with #567299

Text Example


Text Example

White with #567299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #567299; }

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

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

background-color css

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

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

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

border-color css

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

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

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