Html Css Color HEX #5767A0 San Marino

📋 copy color: '#5767A0'

red 87 ◦ green 103 ◦ blue 160

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

Shades of San Marino #5767A0

Tints of San Marino #5767A0

RGB

 RED value IS 87 (34.38% from 255) = 24.86%

 GREEN value IS 103 (40.63% from 255) = 29.43%

 BLUE value IS 160 (62.89% from 255) = 45.71%

R = 24.86%
G = 29.43%
B = 45.71%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5767A0 (or 0x5767A0) is known color: San Marino. HEX triplet: 57, 67 and A0. RGB value is (87,103,160). Sum of RGB (Red+Green+Blue) = 87+103+160=350 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.86% from 350); Green value is 103 (40.62% from 255 or 29.43% from 350); Blue value is 160 (62.89% from 255 or 45.71% from 350); Max value from RGB is 160 - color contains mainly: blue. Hex color #5767A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5767A0 is #A8985F. Grayscale: #686868. Windows color (decimal): -11049056 or 10512215. OLE color: 10512215.

HSL color Cylindrical-coordinate representation of color #5767A0: hue angle of 226.85º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5767A0 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 87 103 160 -
CMYK 0.46 0.36 0 0.37
HSL 226.85º 0.3% 0.48% -
HSV(B) 226.85º 0.46% 0.63% -
XYZ 15.13 14.26 35.21 -
YUV 104.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 87 103 160 0.46 0.36 0 0.37 226.85 0.3 0.48
Hex 57 67 A0 2E 24 0 25 E3 1E 30
Octal 127 147 240 56 44 0 45 343 36 60
Binary 1010111 1100111 10100000 101110 100100 0 100101 11100011 11110 110000

Color Harmonies of #5767A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5767A0

Black with #5767A0

Text Example


Text Example

White with #5767A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5767A0; }

 p { color: rgb(87,103,160); }

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

background-color css

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

 a { background-color: rgb(87,103,160); }

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

border-color css

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

 span { border-color: rgb(87,103,160); }

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