Html Css Color HEX #5671B0 San Marino

📋 copy color: '#5671B0'

red 86 ◦ green 113 ◦ blue 176

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

Shades of San Marino #5671B0

Tints of San Marino #5671B0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.13%

 BLUE value IS 176 (69.14% from 255) = 46.93%

R = 22.93%
G = 30.13%
B = 46.93%

CMYK

 C value IS 0.51

 M value IS 0.36

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5671B0 (or 0x5671B0) is known color: San Marino. HEX triplet: 56, 71 and B0. RGB value is (86,113,176). Sum of RGB (Red+Green+Blue) = 86+113+176=375 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.93% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 176 (69.14% from 255 or 46.93% from 375); Max value from RGB is 176 - color contains mainly: blue. Hex color #5671B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5671B0 is #A98E4F. Grayscale: #6F6F6F. Windows color (decimal): -11112016 or 11563350. OLE color: 11563350.

HSL color Cylindrical-coordinate representation of color #5671B0: hue angle of 222º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5671B0 is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 86 113 176 -
CMYK 0.51 0.36 0 0.31
HSL 222º 0.36% 0.51% -
HSV(B) 222º 0.51% 0.69% -
XYZ 17.58 16.92 43.41 -
YUV 112.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 86 113 176 0.51 0.36 0 0.31 222 0.36 0.51
Hex 56 71 B0 33 24 0 1F DE 24 33
Octal 126 161 260 63 44 0 37 336 44 63
Binary 1010110 1110001 10110000 110011 100100 0 11111 11011110 100100 110011

Color Harmonies of #5671B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5671B0

Black with #5671B0

Text Example


Text Example

White with #5671B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5671B0; }

 p { color: rgb(86,113,176); }

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

background-color css

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

 a { background-color: rgb(86,113,176); }

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

border-color css

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

 span { border-color: rgb(86,113,176); }

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