#567B9C

Color #567B9C San Marino (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Marino #567B9C

Tints of San Marino #567B9C

Color information

#567B9C (or 0x567B9C) is unknown color: approx San Marino. HEX triplet: 56, 7B and 9C. RGB value is (86,123,156). Sum of RGB (Red+Green+Blue) = 86+123+156=365 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.56% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 156 (61.33% from 255 or 42.74% from 365); Max value from RGB is 156 - color contains mainly: blue. Hex color #567B9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #567B9C is #A98463. Grayscale: #737373. Windows color (decimal): -11109476 or 10255190. OLE color: 10255190.

HSL color Cylindrical-coordinate representation of color #567B9C: hue angle of 208.29º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #567B9C is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB86123156-
CMYK0.450.2100.39
HSL208.29º28.93%47.45%-
HSV(B)208.29º44.87%61.18%-
XYZ16.9218.5434.14-
YUV115.7150.74106.82-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.56%
GREEN value IS 123 (48.44% from 255) = 33.70%
BLUE value IS 156 (61.33% from 255) = 42.74%
R=23.56%
G=33.70%
B=42.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal861231560.450.2100.39208.2928.9347.45
Hex567B9C2D15027d01d2f
Octal12617323455250473203557
Binary10101101111011100111001011011010101001111101000011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #567B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #567B9C; }

 p { color: rgb(86,123,156); }

 H1.HeaderClassName
 {
   color: #567B9C;
 }
 .AnyTagClassName
 {
   color: #567B9C;
 }
</style>
background-color css

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

 a { background-color: rgb(86,123,156); }

 div.DivClassName
 {
   background-color: #567B9C;
 }
 .BgClassName
 {
   background-color: #567B9C;
 }
</style>
border-color css

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

 span { border-color: rgb(86,123,156); }

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