Html Css Color HEX #576BA4 San Marino

📋 copy color: '#576BA4'

red 87 ◦ green 107 ◦ blue 164

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

Shades of San Marino #576BA4

Tints of San Marino #576BA4

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.89%

 BLUE value IS 164 (64.45% from 255) = 45.81%

R = 24.3%
G = 29.89%
B = 45.81%

CMYK

 C value IS 0.47

 M value IS 0.35

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#576BA4 (or 0x576BA4) is known color: San Marino. HEX triplet: 57, 6B and A4. RGB value is (87,107,164). Sum of RGB (Red+Green+Blue) = 87+107+164=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 164 (64.45% from 255 or 45.81% from 358); Max value from RGB is 164 - color contains mainly: blue. Hex color #576BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #576BA4 is #A8945B. Grayscale: #6B6B6B. Windows color (decimal): -11048028 or 10775383. OLE color: 10775383.

HSL color Cylindrical-coordinate representation of color #576BA4: hue angle of 224.42º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #576BA4 is Cyan = 0.47, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 87 107 164 -
CMYK 0.47 0.35 0 0.36
HSL 224.42º 0.31% 0.49% -
HSV(B) 224.42º 0.47% 0.64% -
XYZ 15.89 15.22 37.22 -
YUV 107.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 87 107 164 0.47 0.35 0 0.36 224.42 0.31 0.49
Hex 57 6B A4 2F 23 0 24 E0 1F 31
Octal 127 153 244 57 43 0 44 340 37 61
Binary 1010111 1101011 10100100 101111 100011 0 100100 11100000 11111 110001

Color Harmonies of #576BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #576BA4

Black with #576BA4

Text Example


Text Example

White with #576BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #576BA4; }

 p { color: rgb(87,107,164); }

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

background-color css

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

 a { background-color: rgb(87,107,164); }

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

border-color css

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

 span { border-color: rgb(87,107,164); }

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